This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov
Date 2022-01-06.11:36:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641468962.51.0.838105430784.issue46278@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-01-06 11:36:02asvetlovsetrecipients: + asvetlov
2022-01-06 11:36:02asvetlovsetmessageid: <1641468962.51.0.838105430784.issue46278@roundup.psfhosted.org>
2022-01-06 11:36:02asvetlovlinkissue46278 messages
2022-01-06 11:36:02asvetlovcreate