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 ab7ebf3 commit c9c7a05Copy full SHA for c9c7a05
1 file changed
Lib/test/test_compile.py
@@ -911,9 +911,7 @@ def unused_code_at_end():
911
'RETURN_VALUE',
912
list(dis.get_instructions(unused_code_at_end))[-1].opname)
913
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
+ # gh-150001: Test that this code does not raise SystemError
917
@support.cpython_only
918
def test_parser_stack_overflow_no_crash(self):
919
string = (
0 commit comments