]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9670: Increase the default stack size for secondary threads on
authorNed Deily <nad@acm.org>
Sat, 9 Apr 2011 19:29:58 +0000 (12:29 -0700)
committerNed Deily <nad@acm.org>
Sat, 9 Apr 2011 19:29:58 +0000 (12:29 -0700)
commite427f0f432d0640690e0b7a7f2d5d08cc1ad5415
tree744ff8358ed4ff8069df334a09b121ae42612772
parentfe2f1ad5b5ac92cc153ff9fdbd88f6058d50a75f
Issue #9670: Increase the default stack size for secondary threads on
Mac OS X and FreeBSD to reduce the chances of a crash instead of a
"maximum recursion depth" RuntimeError exception.
(Patch by Ronald Oussoren)
Lib/test/test_threading.py
Misc/NEWS
Python/thread_pthread.h