This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmir
Recipients schmir
Date 2008-01-21.10:08:59
SpamBayes Score 0.001692875
Marked as misclassified No
Message-id <1200910200.4.0.263780929167.issue1881@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-21 10:10:00schmirsetspambayes_score: 0.00169288 -> 0.001692875
recipients: + schmir
2008-01-21 10:10:00schmirsetspambayes_score: 0.00169288 -> 0.00169288
messageid: <1200910200.4.0.263780929167.issue1881@psf.upfronthosting.co.za>
2008-01-21 10:08:59schmirlinkissue1881 messages
2008-01-21 10:08:59schmircreate