New submission from Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46278>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to