[ python-Bugs-1590804 ] python: Python/ast.c:541: seq_for_testlist: Assertion

SourceForge.net noreply at sourceforge.net
Sun Nov 5 14:13:38 CET 2006


Bugs item #1590804, was opened at 2006-11-05 08:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1590804&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: AST
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jay T Miller (jaytmiller)
Assigned to: Nobody/Anonymous (nobody)
Summary: python: Python/ast.c:541: seq_for_testlist: Assertion

Initial Comment:
When I build Python for debug using --with-pydebug on
linux platforms (RHEL3 or FC6) I get the following
assertion error when I try to install numpy-1.0:

[jmiller at localhost numpy-1.0]$ python setup.py install
Running from numpy source directory.
python: Python/ast.c:541: seq_for_testlist: Assertion
`((n)->n_type) == 326 || ((n)->n_type) == 318 ||
((n)->n_type) == 319 || ((n)->n_type) == 300' failed.
Abort



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

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


More information about the Python-bugs-list mailing list