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

rusi rustompmody at gmail.com
Thu Jun 6 11:36:05 EDT 2013


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!!



More information about the Python-list mailing list