[issue1881] increase parser stack limit

Ralf Schmitt report at bugs.python.org
Mon Jan 21 11:10:00 CET 2008


New submission from Ralf Schmitt:

The parser can handle nested structures only up to a certain limit.
The limit is currently reached around 33 deeply nested lists, which is a
bit too low.

This patch increases that limit by a factor of 10.

see http://bugs.python.org/issue215555 for further discussion.

----------
messages: 61379
nosy: schmir
severity: normal
status: open
title: increase parser stack limit
type: rfe

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1881>
__________________________________


More information about the Python-bugs-list mailing list