mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
(cherry picked from commit 8334a1b55c)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
3 lines
227 B
ReStructuredText
3 lines
227 B
ReStructuredText
Fix an array out of bounds crash in ``list_ass_subscript``, which could be
|
|
invoked via some specificly tailored input: including concurrent modification
|
|
of a list object, where one thread assigns a slice and another clears it.
|