Skip to content

Commit 37ed8f8

Browse files
aiskpicnixz
andauthored
Update Lib/test/test_array.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 1befa98 commit 37ed8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ 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: github.com/python/cpython/issues/142555.
1686+
# See: https://github.com/python/cpython/issues/142555.
16871687

16881688
@subTests("dtype", ["b", "B", "h", "H", "i", "l", "q", "I", "L", "Q"])
16891689
def test_setitem_use_after_clear_with_int_data(self, dtype):

0 commit comments

Comments
 (0)