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: Closed >Resolution: Fixed 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: [EMAIL PROTECTED] 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-06 00:11 Message: Logged In: YES user_id=21627 Indeed; I hadn't updated my tree. Closing as fixed. ---------------------------------------------------------------------- Comment By: Georg Brandl (gbrandl) Date: 2006-11-06 00:01 Message: Logged In: YES user_id=849994 Wasn't that already fixed with #1588287? ---------------------------------------------------------------------- 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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com