mirror of
https://github.com/python/cpython.git
synced 2026-05-18 00:10:55 +00:00
Fix typo in news document (GH-122209)
This commit is contained in:
parent
9eb734111b
commit
f067efa643
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue