Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington 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 [email protected]

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 <[email protected]>
@miss-islington
Copy link
Contributor Author

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

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

Successfully merging this pull request may close these issues.

5 participants