Files
cpython/Lib
Yury Selivanov e8944cb217 asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running.
Previous approach of installing coroutine wrapper in loop.set_debug() and
uninstalling it in loop.close() was very fragile.  Most of asyncio tests
do not call loop.close() at all.  Since coroutine wrapper is a global
setting, we have to make sure that it's only set when the loop is
running, and is automatically unset when it stops running.

Issue #24017.
2015-05-12 11:43:04 -04:00
..
2015-04-03 18:12:41 +03:00
2015-05-08 21:30:04 -04:00
2015-02-22 23:54:38 -08:00
2015-05-06 19:21:00 +03:00
2015-04-03 18:12:41 +03:00
2015-04-03 18:12:41 +03:00
2015-03-18 18:19:30 -07:00
2015-04-13 20:24:10 -04:00
2015-02-01 20:17:22 -05:00
2015-03-18 18:19:30 -07:00
2015-04-03 18:12:41 +03:00