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 loewis
Recipients
Date 2000-09-29.16:08:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It was confusing that Python would produce a SyntaxError for an obviously-correct script, and that such a small limit was found in the parser.

Since the limit is not due to recursion on the C stack:  Would a patch removing this limitation be accepted (certainly not for 2.0). The two alternatives I see are to make the array completely dynamic, or to allocate a dynamic array in the stack if the static one overflows.
History
Date User Action Args
2007-08-23 13:50:57adminlinkissue215555 messages
2007-08-23 13:50:57admincreate