[Pythonmac-SIG] Recursion limit in OS X?

Skip Montanaro skip at pobox.com
Fri May 13 00:27:04 CEST 2005


    Kevin> I ran across this thread:

    Kevin> http://lists.osafoundation.org/pipermail/commits/2005-February/003813.html

    Kevin> which indicates to me that conflicts between recursion limits in
    Kevin> Python and OS X are a known, documented issue.

% grep ulimit ~/.bash_profile
ulimit -s 8192

Works for me at least.

Skip


More information about the Pythonmac-SIG mailing list