Skip to content

Commit

Permalink
Fix typo in news document (pythonGH-122209)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb authored Jul 24, 2024
1 parent 9eb7341 commit f067efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f067efa

Please sign in to comment.