Bugs item #1597930, was opened at 2006-11-16 18:40 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1597930&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: Parser/Compiler Group: Python 2.5 >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Darrell Schiebel (schiebel) Assigned to: Nobody/Anonymous (nobody) Summary: Python/ast.c:541: seq_for_testlist: Assertion fails Initial Comment: As per bug #1588287, under rhel4 python 2.5 cannot build numpy-1.0 unless the assert()s are turned off. Attached is a log file of my build attempt which basically consisted of: cd Python-2.5 ./configure make OPT=-g cd numpy-1.0 ../python setup.py build This fails with this error: 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. While I'm reluctant to just #ifdef out the asserts() [by defining -DNDEBUG on the compile line], this clearly must be why other people haven't run into this. thanks, Darrell ps: the Python-2.5.tar.bz2 & numpy-1.0.tar.gz files are just the public source tarballs. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-11-16 18:47 Message: Logged In: YES user_id=849994 Originator: NO This was already fixed with bug #1588287, bug thanks for reporting it nevertheless. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1597930&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com