Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Make contextmanagers exception-safe | Lane Kolbly | 2020-03-03 | 1 | -0/+55 |
When making context managers in Python, the yield statement has to be wrapped in a try/finally clause in order to properly clean up after exceptions happen. |