summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-07-24-18-00-42.gh-issue-95097.lu5qNf.rst
blob: 2840f057a9c1dc63cdeefa8e87ef00b1cbee3f2d (plain)
1
Fix :func:`asyncio.run` for :class:`asyncio.Task` implementations without :meth:`~asyncio.Task.uncancel` method. Patch by Kumar Aditya.