[issue3373] sys recursion limit a lot shorter on trunk?

Brett Cannon report at bugs.python.org
Wed Jul 16 20:30:43 CEST 2008


Brett Cannon <brett at python.org> added the comment:

On Wed, Jul 16, 2008 at 11:28 AM, Benjamin Peterson
<report at bugs.python.org> wrote:
>
> Benjamin Peterson <musiccomposition at gmail.com> added the comment:
>
> Brett:
>>It was originally 10,000, but people wanted thread switches to occur
>>more often.
>
> I thought that was managed by sys.setcheckinterval.
>

Yes it is; sorry, brain is slow today.

I know the current value usually does not lead to a segfault on any of
the common platforms that Python runs on.

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


More information about the Python-bugs-list mailing list