]> granicus.if.org Git - python/commit
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
authorYury Selivanov <yury@magic.io>
Sun, 28 Jan 2018 19:09:40 +0000 (14:09 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Jan 2018 19:09:40 +0000 (14:09 -0500)
commitbec2372b7e1da5dfdbadaf242aa8e994b164cace
treedb2005e235a7e6d82bb49a698eb5b91dd69414c5
parenta4d00012565d716db6e6abe1b8f33eaaa4de416e
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)

I've run some tests on 3.7 asyncio and it appears that too many
things assume that run_in_executor returns a Future.
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/3.7.0a4.rst