Fix typo in news document (GH-122209)

This commit is contained in:
Xie Yanbo 2024-07-24 14:49:58 +08:00 committed by GitHub
parent 9eb734111b
commit f067efa643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.