]> granicus.if.org Git - python/commit
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
authorAntoine Pitrou <pitrou@free.fr>
Tue, 7 Nov 2017 16:23:29 +0000 (17:23 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2017 16:23:29 +0000 (17:23 +0100)
commit921e9432a1461bbf312c9c6dcc2b916be6c05fa0
treefe7133dd95ad4d039de908df4af3bc71ef1f0bc8
parent1e5d54cfa031f1de9ee2d2e968e0551b6e2397b7
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)

* bpo-31970: Reduce performance overhead of asyncio debug mode.
Lib/asyncio/base_events.py
Lib/asyncio/constants.py
Lib/asyncio/coroutines.py
Lib/asyncio/events.py
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2017-11-07-14-20-09.bpo-31970.x4EN_9.rst [new file with mode: 0644]