]> granicus.if.org Git - python/commit
Issue #9670: Increase the default stack size for secondary threads on
authorNed Deily <nad@acm.org>
Sat, 28 May 2011 07:19:56 +0000 (00:19 -0700)
committerNed Deily <nad@acm.org>
Sat, 28 May 2011 07:19:56 +0000 (00:19 -0700)
commit9a7c524dc613595e0d88b3e22b0e49b69467ffc4
tree69f59204644d9feb72596d19a5ba508169803aca
parent0a5dad9ef1e3203f3ab7a15ffe051299081ef672
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