mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
4 lines
200 B
ReStructuredText
4 lines
200 B
ReStructuredText
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.
|