mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
c5b99f5c2c
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
3 lines
148 B
ReStructuredText
3 lines
148 B
ReStructuredText
Fix an out-of-bounds crash when an evil :meth:`asyncio.loop.call_soon`
|
|
mutates the length of the internal callbacks list. Patch by Bénédikt Tran.
|