commit | 5382c05021026fe623def829d121f5f6af4909fb | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sun Dec 17 16:41:30 2017 +0200 |
committer | GitHub <noreply@github.com> | Sun Dec 17 16:41:30 2017 +0200 |
tree | 00737c326fe1dab3be5206195bf3164bc2e14961 | |
parent | 44d1a5912ea629aa20fdc377a5ab69d9ccf75d61 [diff] |
bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908) * Use fastpath in asyncio.sleep if delay<0 * Add NEWS entry