On Jun 6, 8:26 pm, Chris Angelico <ros...@gmail.com> wrote:
> On Fri, Jun 7, 2013 at 12:09 AM, rusi <rustompm...@gmail.com> wrote:
> > When we switched from to python (via Scheme and a haskell-
> > predecessor), I dont remember ever getting a segmentation fault.
>
> Oh, it's easy to segfault Python.
>
> import sys
> sys.setrecursionlimit(999999999)
> def foo(): foo()
> foo()
>
> :)
>
> ChrisA

And so you are hereby anointed into the august company of RR!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to