]> granicus.if.org Git - python/commit
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 22 Jun 2014 22:12:14 +0000 (00:12 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 22 Jun 2014 22:12:14 +0000 (00:12 +0200)
commit7b7120e159e2cb951b01773a164426c9e0bffa2d
tree39eaab2c2bdc14b365b734a17baf2ddb1f414627
parentd6de5d8455ac0d120d9c49d04f350433a86ec4e6
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
environment variable is set
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_unix_events.py