]> granicus.if.org Git - python/commit
bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 17 Dec 2017 14:41:30 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2017 14:41:30 +0000 (16:41 +0200)
commit5382c05021026fe623def829d121f5f6af4909fb
tree00737c326fe1dab3be5206195bf3164bc2e14961
parent44d1a5912ea629aa20fdc377a5ab69d9ccf75d61
bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908)

* Use fastpath in asyncio.sleep if delay<0

* Add NEWS entry
Lib/asyncio/tasks.py
Misc/NEWS.d/next/Library/2017-12-17-14-23-23.bpo-32351.95fh2K.rst [new file with mode: 0644]