aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/tests/mpm_utils_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: Make contextmanagers exception-safeLane Kolbly2020-03-031-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.