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

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


Bugs item #1590804, was opened at 2006-11-05 14:13
Message generated for change (Comment added) made by loewis
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



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

>Comment By: Martin v. Löwis (loewis)
Date: 2006-11-05 23:23

Message:
Logged In: YES 
user_id=21627

Thanks for the report.
Attached is a simplified test case, and a patch.

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

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