Missing context
parameter in call_*
methods of asyncio.events.AbstractEventLoop
#93255
Labels
3.10
only security fixes
3.11
only security fixes
3.12
bugs and security fixes
topic-asyncio
type-bug
An unexpected behavior, bug, or error
asyncio.events.AbstractEventLoop
defines itscall_*
methods via:But
futures.Future
(e.g.) expectscall_soon
to have acontext
parameter:Seen in Python 3.9 through 3.11.
The text was updated successfully, but these errors were encountered: