Skip to content

Commit 1befa98

Browse files
committed
Update comment
1 parent a4dab68 commit 1befa98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_array.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,8 @@ def test_gh_128961(self):
16831683

16841684
# Tests for NULL pointer dereference in array.__setitem__
16851685
# when the index conversion mutates the array.
1686-
# See: gh-142555.
1686+
# See: github.com/python/cpython/issues/142555.
1687+
16871688
@subTests("dtype", ["b", "B", "h", "H", "i", "l", "q", "I", "L", "Q"])
16881689
def test_setitem_use_after_clear_with_int_data(self, dtype):
16891690
victim = array.array(dtype, list(range(64)))

0 commit comments

Comments
 (0)