[issue43216] Removal of @asyncio.coroutine in Python 3.11

2022-02-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Closed. Thanks for the reminder! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue43216] Removal of @asyncio.coroutine in Python 3.11

2022-02-11 Thread Kumar Aditya
Kumar Aditya added the comment: Can this be closed now? -- nosy: +kumaraditya303 ___ Python tracker ___ ___ Python-bugs-list mailin

[issue43216] Removal of @asyncio.coroutine in Python 3.11

2021-07-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset a1092f62492a3fcd6195bea94eccf8d5a300acb1 by Illia Volochii in branch 'main': bpo-43216: Remove @asyncio.coroutine (GH-26369) https://github.com/python/cpython/commit/a1092f62492a3fcd6195bea94eccf8d5a300acb1 --

[issue43216] Removal of @asyncio.coroutine in Python 3.11

2021-05-25 Thread Illia Volochii
Change by Illia Volochii : -- keywords: +patch pull_requests: +24958 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26369 ___ Python tracker ___ _

[issue43216] Removal of @asyncio.coroutine in Python 3.11

2021-04-27 Thread STINNER Victor
STINNER Victor added the comment: I suggest to wait for Python 3.11 to remove it. See the thread on python-dev: https://mail.python.org/archives/list/python-...@python.org/thread/PLSLFTJXY2JUIRGJARBER4SRUWDXX2AQ/ -- nosy: +vstinner title: Removal of @asyncio.coroutine in Python 3.10 ->