Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
Another crash in the compiler found by the fuzzer:
~/p/cpython ❯❯❯ ./python.exe -c 'compile("if 9<9<9and 9or 9or 9:9", "", "exec")':1: SyntaxWarning: invalid decimal literal:1: SyntaxWarning: invalid decimal literal:1: SyntaxWarning: invalid decimal literalAssertion failed: (0), function no_redundant_jumps, file flowgraph.c, line 497.fish: Job 1, './python.exe -c 'compile("if 9<…' terminated by signal SIGABRT (Abort)cc:@iritkatriel
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response