On Fri, Jun 7, 2013 at 1:36 AM, rusi <rustompm...@gmail.com> wrote:
> 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!!

Eh? No, I'm just adept at breaking stuff... I could probably segfault
a 100Mbit switch if I tried (or just got careless).

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to