mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Document the crashers that will not go away soon as "won't fix",
and explain why.
This commit is contained in:
parent
5a9a2a3fe1
commit
b62efad943
2 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# No bug report AFAIK, mail on python-dev on 2006-01-10
|
||||
|
||||
# This is a "won't fix" case. It is known that setting a high enough
|
||||
# recursion limit crashes by overflowing the stack. Unless this is
|
||||
# redesigned somehow, it won't go away.
|
||||
|
||||
import sys
|
||||
|
||||
sys.setrecursionlimit(1 << 30)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue