[issue9670] Exceed Recursion Limit in Thread

Leonardo Santagada report at bugs.python.org
Wed Oct 20 17:58:00 CEST 2010


Leonardo Santagada <santagada at gmail.com> added the comment:

The default stack size in osx is 8MB. I think it is a safer bet, and no one is supposed to be using more than like 40-50 threads anyway (specially in 32 bit only systems limited to 8 cores).

Is there a user case for hundreds/thousands of threads in python?

----------

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


More information about the Python-bugs-list mailing list