Commit ae1df411 authored by Neal Norwitz's avatar Neal Norwitz

add another crash reported by Thomas Wouters

parent 5b093a0b
#!/usr/bin/env python
# No bug report AFAIK, mail on python-dev on 2006-01-10
import sys
sys.setrecursionlimit(1 << 30)
f = lambda f:f(f)
if __name__ == '__main__':
f(f)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment