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