SIGN IN SIGN UP

bpo-43216: Remove @asyncio.coroutine (GH-26369)

Remove the @asyncio.coroutine decorator
enabling legacy generator-based coroutines to be compatible with async/await
code; remove asyncio.coroutines.CoroWrapper used for wrapping
legacy coroutine objects in the debug mode.

The decorator has been deprecated
since Python 3.8 and the removal was initially scheduled for Python 3.10.
I
Illia Volochii committed
a1092f62492a3fcd6195bea94eccf8d5a300acb1
Parent: 3623aaa
Committed by GitHub <noreply@github.com> on 7/1/2021, 1:13:59 PM