Files
edx-platform/openedx/core/djangoapps
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-03-28 10:48:34 -04:00
2019-03-28 10:48:34 -04:00
2019-02-19 11:24:21 -05:00
2018-08-03 15:37:52 -04:00
2018-10-17 07:43:59 -04:00
2019-02-19 11:24:21 -05:00
2019-04-05 14:01:42 -04:00
2019-03-28 10:48:34 -04:00
2019-02-19 11:24:21 -05:00
2019-03-28 10:48:34 -04:00
2019-04-01 16:08:31 -04:00
2019-02-19 11:24:21 -05:00
2019-02-21 00:42:05 +05:00
2019-02-21 00:42:05 +05:00
2019-02-06 15:18:04 +05:00
2019-03-28 10:48:34 -04:00
2019-03-28 10:48:34 -04:00
2019-04-05 12:00:04 -04:00
2019-02-19 11:24:21 -05:00
2019-03-28 10:48:34 -04:00