[issue33544] Asyncio Event.wait() is a hold over from before awaitable, and should be awaitable

Jason Fried report at bugs.python.org
Wed May 16 14:09:03 EDT 2018


Jason Fried <me at jasonfried.info> added the comment:

Removed Condition from this request, because it has an __await__ method for supporting the the deprecated pattern

  with async cond:

I'll open a different bug, for Condition behavior for 3.9 when we can remove the deprecated pattern.

----------
title: Asyncio Event.wait() and Condition.wait() is a hold over from before awaitable, and should be awaitable -> Asyncio Event.wait() is a hold over from before awaitable, and should be awaitable

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


More information about the Python-bugs-list mailing list