]> 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)
commit0f3e6bca1b7478027843fe6181f6b12f4c1514ed
tree0f997927e36175ab273d42bb947d4eee8001fc46
parentff385b89f40cfdfb6ceab41acfa89fa8594318f6
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