[New-bugs-announce] [issue46995] Make Task.set_name() mandatory for third-parties

Andrew Svetlov report at bugs.python.org
Sat Mar 12 06:48:31 EST 2022


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

The method was introduced by Python 3.8

Let's raise DeprecationWarning if third-party task implementation doesn't support it. Convert the depreciation into a strict error in Python 3.13

----------
components: asyncio
messages: 414990
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Make Task.set_name() mandatory for third-parties
versions: Python 3.11

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


More information about the New-bugs-announce mailing list