Skip to content

Commit a9e6b64

Browse files
Update Lib/test/test_repl.py
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 66ec42e commit a9e6b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_no_memory(self):
100100

101101
@cpython_only
102102
def test_exec_set_nomemory_hang(self):
103-
# gh-134163 Test case that triggers no memory hang condition
103+
# gh-134163: Test case that triggers no memory hang condition
104104
user_input = dedent("""
105105
a1 = list(range(1000, 2000))
106106
a2 = list(range(1000, 2000))

0 commit comments

Comments
 (0)