mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +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().