How can I make sure my BSD Python has enough stack?
Up to Table of ContentsThis FAQ applies to: Any version.
Most modern versions of FreeBSD comes with this correctly configured, but here's how to make sure that your Python has this enabled:
$ python Python 2.3.5 (#1, Mar 20 2005, 20:38:20) Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.getrecursionlimit() 1000
If it shows 1000, you should be fine.