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.

classification
Title: Remove Task.all_tasks and Task.current_task
Type: Stage: resolved
Components: asyncio Versions: Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder: asyncio.Task.all_tasks() and asyncio.Task.current_task() must be removed in 3.9
View: 40967
Assigned To: Nosy List: aeros, asvetlov, methane, xtreak, yselivanov
Priority: normal Keywords:

Created on 2020-06-29 09:18 by methane, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg372557 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2020-06-29 09:18
They are documented as "will be removed in version 3.9", but they are not removed in 3.9 beta.

* Remove them in 3.10.
* Update ~3.9 documents to "will be removed in version 3.10"
msg372558 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-06-29 10:29
See also https://bugs.python.org/issue40967
History
Date User Action Args
2022-04-11 14:59:33adminsetgithub: 85328
2020-06-29 10:30:25methanesetstatus: open -> closed
superseder: asyncio.Task.all_tasks() and asyncio.Task.current_task() must be removed in 3.9
resolution: duplicate
stage: resolved
2020-06-29 10:29:03xtreaksetnosy: + xtreak, aeros
messages: + msg372558
2020-06-29 09:18:48methanecreate