]> granicus.if.org Git - python/commit
bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)
authorYury Selivanov <yury@magic.io>
Mon, 18 Dec 2017 01:19:47 +0000 (20:19 -0500)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2017 01:19:47 +0000 (20:19 -0500)
commit1b7c11ff0ee3efafbf5b38c3c6f37de5d63efb81
tree5e6752a06d700ac910fcba551cf25d975c615f1d
parent4c72bc4a38eced10a55ba7071e084b26a2b5ed4b
bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2017-12-16-18-50-57.bpo-32348.5j__he.rst [new file with mode: 0644]
Modules/_asynciomodule.c