]> granicus.if.org Git - python/commit
[3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314) (#4322)
authorAntoine Pitrou <pitrou@free.fr>
Tue, 7 Nov 2017 16:50:48 +0000 (17:50 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2017 16:50:48 +0000 (17:50 +0100)
commitd8d218ffda6b7569625ff9edadbbc9a2b1055e32
tree1c0346361bddaaf5febd26429f0464ee94b1a237
parent518c6b97868d9c665475a40567b0aa417afad607
[3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314) (#4322)

* bpo-31970: Reduce performance overhead of asyncio debug mode..
(cherry picked from commit 921e9432a1461bbf312c9c6dcc2b916be6c05fa0)
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]