]> 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, 28 May 2011 07:11:54 +0000 (00:11 -0700)
committerNed Deily <nad@acm.org>
Sat, 28 May 2011 07:11:54 +0000 (00:11 -0700)
commit482f908410060eebed6c5cdadf967d4a0b22d114
tree61efe44df16bbe0e13365262f2d951bec13ef1ac
parent1e94021ea59bfdefc03c6af405fd18d64a789d71
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