Skip to content

Commit c9c7a05

Browse files
committed
Docstring fix on a test function
1 parent ab7ebf3 commit c9c7a05

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/test/test_compile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,7 @@ def unused_code_at_end():
911911
'RETURN_VALUE',
912912
list(dis.get_instructions(unused_code_at_end))[-1].opname)
913913

914-
# This is a regression test for CPython bug
915-
# where SystemError was thrown, instead of a MemoryError or Syntax Error
916-
# when compiling python code, generated by a fuzzer
914+
# gh-150001: Test that this code does not raise SystemError
917915
@support.cpython_only
918916
def test_parser_stack_overflow_no_crash(self):
919917
string = (

0 commit comments

Comments
 (0)