[Python-bugs-list] [ python-Bugs-700827 ] Compiler Limits (indentation)

SourceForge.net noreply@sourceforge.net
Mon, 10 Mar 2003 05:43:49 -0800


Bugs item #700827, was opened at 2003-03-10 14:43
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=700827&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Two Inches (twoinches)
Assigned to: Nobody/Anonymous (nobody)
Summary: Compiler Limits (indentation)

Initial Comment:
The reference manual does not mention the indentation
limits of compiler implementations.

Suggestion: In section 2.1.7 Indentation add the
following at the end of the section:

Implementations may explicity limit the maximum
indentation level. 

For CPython check tokenizer.h for build specifics
(default value is set to 100). 
For Jython check
org.python.parser.PythonGrammerTokenManager (default
value is set to 20).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=700827&group_id=5470