summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-06-12-10-40-38.gh-issue-105684.yiHkFD.rst
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.