blob: b0d4eb328a7b3406b5a56dcf23d44100704171a1 (
plain)
1
2
3
|
Supporting :meth:`asyncio.Task.set_name` is now mandatory for third party task implementations.
The undocumented :func:`!_set_task_name` function (deprecated since 3.8) has been removed.
Patch by Kumar Aditya.
|