Files
edx-platform/openedx/core
Ned Batchelder 7d964b12db Context managers need to clean up properly
An @contextmanager will raise an exception from its yield statement if
an exception happens in the with-block that uses it.  If the context
manager needs to do clean up, it should do it even if an exception is
raised, so it needs to be done in a finally clause.
2019-04-17 13:14:48 -04:00
..
2019-04-02 10:26:00 -04:00
2014-12-08 13:28:47 -05:00
2018-12-11 13:58:28 +05:00