Skip to content

Commit 09a19c2

Browse files
committed
fix: apply comments
Signed-off-by: yihong0618 <[email protected]>
1 parent ec16768 commit 09a19c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,6 @@ def test_keyerror_context(self):
19201920
@unittest.skipIf(support.Py_TRACE_REFS, 'cannot test Py_TRACE_REFS build')
19211921
def test_exec_set_nomemory_hang(self):
19221922
import_module("_testcapi")
1923-
# gh-134163: chore from branch 3.13
19241923
warmup_code = "a = list(range(0, 1))\n" * 20
19251924
user_input = warmup_code + dedent("""
19261925
try:

0 commit comments

Comments
 (0)