summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-10-29-10-38-28.gh-issue-126080.qKRBuo.rst
blob: e54ac17b217c92e5fa2bf3fa9043c3e6f4d809ea (plain)
1
2
3
Fix a use-after-free crash on :class:`asyncio.Task` objects for which the
underlying event loop implements an evil :meth:`~object.__getattribute__`.
Reported by Nico-Posada. Patch by Bénédikt Tran.