mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
When used as a context manager, __exit__ will be called even though __enter__ might throw an exception half way through. So there is no guarantee that the instance is on the cleanup list when we get to stop().