diff options
author | James Weaver <james.barrett@bbc.co.uk> | 2020-08-17 15:19:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 07:19:46 -0700 |
commit | 29f84294d88ec493c2de9d6e8dbc12fae3778771 (patch) | |
tree | 8be16816deff9c8d24efc8198160e74670833768 /Python/pylifecycle.c | |
parent | 99c0ee3c893bb99fd98a97084fc386ce2911eb64 (diff) | |
download | cpython-29f84294d88ec493c2de9d6e8dbc12fae3778771.tar.gz cpython-29f84294d88ec493c2de9d6e8dbc12fae3778771.zip |
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions