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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1881>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to