[issue36921] Deprecate yield from and @coroutine in asyncio

Josh Rosenberg report at bugs.python.org
Tue Jun 23 11:21:14 EDT 2020


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

Was this supposed to deprecate using types.coroutine as a decorator as well? Because that's not clearly documented, which means people can still use it to make generator-based coroutines without async def.

----------
nosy: +josh.r

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


More information about the Python-bugs-list mailing list