[issue9670] Exceed Recursion Limit in Thread

Ronald Oussoren report at bugs.python.org
Tue Aug 24 16:28:12 CEST 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

This is the same issue as #6763.

The root cause of this issue is that the default stack size for threads other than the main thread is small. 

One way to fix this issue is to increase the default stacksize for new threads.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9670>
_______________________________________


More information about the Python-bugs-list mailing list