[New-bugs-announce] [issue40967] asyncio.Task.all_tasks() and asyncio.Task.current_task() must be removed in 3.9
Rémi Lapeyre
report at bugs.python.org
Sat Jun 13 06:48:02 EDT 2020
New submission from Rémi Lapeyre <remi.lapeyre at henki.fr>:
The documentation says:
.. deprecated-removed:: 3.7 3.9
Do not call this as a task method. Use the :func:`asyncio.all_tasks`
function instead.
I don't know if it's still possible to merge this in 3.9 and if so, if it should be a release blocker. Anyway I'm working on a PR for this.
----------
components: asyncio
messages: 371449
nosy: asvetlov, remi.lapeyre, yselivanov
priority: normal
severity: normal
status: open
title: asyncio.Task.all_tasks() and asyncio.Task.current_task() must be removed in 3.9
versions: Python 3.10, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40967>
_______________________________________
More information about the New-bugs-announce
mailing list