]> granicus.if.org Git - python/commit
Issue #9670: Increase the default stack size for secondary threads on
authorNed Deily <nad@acm.org>
Sat, 9 Apr 2011 19:32:12 +0000 (12:32 -0700)
committerNed Deily <nad@acm.org>
Sat, 9 Apr 2011 19:32:12 +0000 (12:32 -0700)
commit517ac72b00f34ce6fc00ea79997d5bf9464401b1
tree860d5f1eb22f1d80e3af4e1d43e4c0d30e5aedaf
parente620d1070192ef85f2520e9f60cdbde2adb4d465
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