[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852) #21904

Merged
merged 1 commit into from Aug 17, 2020

Conversation

Copy link
Contributor

miss-islington commented Aug 17, 2020

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.
(cherry picked from commit 29f8429)

Co-authored-by: James Weaver james.barrett@bbc.co.uk

https://bugs.python.org/issue40782

…ethod not a coroutine (pythonGH-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.
(cherry picked from commit 29f8429)

Co-authored-by: James Weaver <james.barrett@bbc.co.uk>
Copy link
Contributor Author

miss-islington commented Aug 17, 2020

@jamesba: Status check is done, and it's a success .

miss-islington merged commit d6bdf6d into python:3.9 Aug 17, 2020
11 checks passed
miss-islington deleted the backport-29f8429-3.9 branch Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants