We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3274fb commit c89c5b5Copy full SHA for c89c5b5
Lib/test/test_repl.py
@@ -100,7 +100,7 @@ def test_no_memory(self):
100
101
@cpython_only
102
def test_exec_set_nomemory_hang(self):
103
- # gh-134163 Test case that triggers no memory hang condition
+ # gh-134163: Test case that triggers no memory hang condition
104
user_input = dedent("""
105
a1 = list(range(1000, 2000))
106
a2 = list(range(1000, 2000))
0 commit comments