Patches item #1355971, was opened at 2005-11-13 17:54 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1355971&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: Build Group: Python 2.5 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Thomas Lee (krumms) Assigned to: Skip Montanaro (montanaro) Summary: Python-ast.h & Python-ast.c generated twice (#1355883) Initial Comment: Added a fix for the first part of bug #1355883: make -j2 may cause corruption of Python-ast.h/Python-ast.c. Summary: * Updated asdl_c.py to only generate the interface or the implementation depending on which is given on the command line (e.g. asdl_c.py -h Include Python.asdl will generate Include/Python-ast.h but will not generate Python-ast.c) * Updated Makefile.pre.in to call asdl_c.py with the appropriate arguments. Fix for the second part of this bug here: http://sourceforge.net/tracker/index.php?func=detail&aid=1355940&group_id=5470&atid=305470 ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-04-14 17:04 Message: Logged In: YES user_id=21627 Thanks for the patch. Committed as 45390. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1355971&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
