mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Ivan on IRC in #twisted reported this crasher.
This commit is contained in:
parent
e20f54f542
commit
5561986da3
1 changed files with 5 additions and 0 deletions
5
Lib/test/crashers/compiler_recursion.py
Normal file
5
Lib/test/crashers/compiler_recursion.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""
|
||||
The compiler (>= 2.5) recurses happily.
|
||||
"""
|
||||
|
||||
compile('()'*9**5, '?', 'exec')
|
Loading…
Add table
Add a link
Reference in a new issue