diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-11-07 16:23:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 16:23:29 (GMT) |
commit | 921e9432a1461bbf312c9c6dcc2b916be6c05fa0 (patch) | |
tree | fe7133dd95ad4d039de908df4af3bc71ef1f0bc8 /Misc | |
parent | 1e5d54cfa031f1de9ee2d2e968e0551b6e2397b7 (diff) | |
download | cpython-921e9432a1461bbf312c9c6dcc2b916be6c05fa0.zip cpython-921e9432a1461bbf312c9c6dcc2b916be6c05fa0.tar.gz cpython-921e9432a1461bbf312c9c6dcc2b916be6c05fa0.tar.bz2 |
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
* bpo-31970: Reduce performance overhead of asyncio debug mode.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-11-07-14-20-09.bpo-31970.x4EN_9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-07-14-20-09.bpo-31970.x4EN_9.rst b/Misc/NEWS.d/next/Library/2017-11-07-14-20-09.bpo-31970.x4EN_9.rst new file mode 100644 index 0000000..d0c0fb4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-11-07-14-20-09.bpo-31970.x4EN_9.rst @@ -0,0 +1 @@ +Reduce performance overhead of asyncio debug mode. |