summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-08-03-16-52-32.gh-issue-95289.FMnHlV.rst
blob: d802f557217b48f2a9dd01f27f20597b3d39c3d0 (plain)
1
Fix :class:`asyncio.TaskGroup` to propagate exception when :exc:`asyncio.CancelledError` was replaced with another exception by a context manger. Patch by Kumar Aditya and Guido van Rossum.