Bools and explicitness [was Re: PyWart: The problem with "print"]

Chris Angelico rosuav at gmail.com
Thu Jun 6 11:46:31 EDT 2013


On Fri, Jun 7, 2013 at 1:36 AM, rusi <rustompmody at gmail.com> wrote:
> On Jun 6, 8:26 pm, Chris Angelico <ros... at gmail.com> wrote:
>> On Fri, Jun 7, 2013 at 12:09 AM, rusi <rustompm... at 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



More information about the Python-list mailing list