[New-bugs-announce] [issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

Andrew Svetlov report at bugs.python.org
Thu Jan 6 06:36:02 EST 2022


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

Actual implementations of asyncio event loops (both Unix and Windows) support contextvars and accept `context` argument in `loop.call_*()` methods.

Abstract event loop definition doesn't it. It is not a bug but a signature incompatibility that can embarrass human readers and machine analyzing tools.

----------
messages: 409829
nosy: asvetlov
priority: normal
severity: normal
status: open
title: AbstractEventLoop.call_* should reflect the 'context' argument

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46278>
_______________________________________


More information about the New-bugs-announce mailing list