[Python-bugs-list] [ python-Bugs-676521 ] parser module validation failure

SourceForge.net noreply@sourceforge.net
Tue, 28 Jan 2003 18:28:43 -0800


Bugs item #676521, was opened at 2003-01-28 20:28
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=676521&group_id=5470

Category: Parser/Compiler
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Grant T. Olson (logistix)
Assigned to: Nobody/Anonymous (nobody)
Summary: parser module validation failure

Initial Comment:
C:\>c:\python23\python
Python 2.3a1 (#38, Dec 31 2002, 17:53:59) [MSC 
v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more 
information.
>>> import parser
>>> a = file('c:\python23\lib\base64.py').read()
>>> b = parser.suite(a)
>>> c = parser.ast2tuple(b)
>>> d = parser.sequence2ast(c)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
parser.ParserError: VALIDATION FAILURE: report this 
to the maintainer!
>>> ^Z


C:\>

Problem also occurred on Python 2.2.2 on WinXP and 
RedHat 7.3

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

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