mirror of https://github.com/python/cpython
Fix typo in news document (GH-122209)
This commit is contained in:
parent
9eb734111b
commit
f067efa643
|
@ -1,3 +1,3 @@
|
|||
Fix an array out of bounds crash in ``list_ass_subscript``, which could be
|
||||
invoked via some specificly tailored input: including concurrent modification
|
||||
invoked via some specifically tailored input: including concurrent modification
|
||||
of a list object, where one thread assigns a slice and another clears it.
|
||||
|
|
Loading…
Reference in New Issue