]> granicus.if.org Git - python/commit
asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 22 Jun 2014 22:19:33 +0000 (00:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 22 Jun 2014 22:19:33 +0000 (00:19 +0200)
commitc082ee692bc92232031b050d4c6aa2510c6ef55e
tree696f2f72a403137538fd39d0b643f8590ddc8812
parent7b7120e159e2cb951b01773a164426c9e0bffa2d
asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var
enables debug mode of the event loop.
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.py