[issue9670] Exceed Recursion Limit in Thread

Ronald Oussoren report at bugs.python.org
Wed Oct 20 16:45:45 CEST 2010


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

The attached patch explicitly sets the minimal stack size to about 704K, which is the minimal size where 'def f(): f()' doesn't cause a buserror when run in a thread.

----------
keywords: +needs review, patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file19298/issue9670.patch

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


More information about the Python-bugs-list mailing list