]> granicus.if.org Git - python/commit
asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 22:15:02 +0000 (23:15 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 22:15:02 +0000 (23:15 +0100)
commit7ef60cd8c208d22672e76fcf031b4fa671a13684
tree450d12c31c3fe734566c85bcc0d04c4301a37836
parentf4558e8b54da0a7caf800c80589d934186b16f79
asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since
Python startup, to be able to debug coroutines defined directly in the asyncio
module.
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst
Doc/using/cmdline.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.py