This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python-ast.h & Python-ast.c generated twice (#1355883)
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: skip.montanaro Nosy List: krumms, loewis, skip.montanaro
Priority: normal Keywords: patch

Created on 2005-11-13 16:54 by krumms, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
BUG-1355883-ASDL_C.patch krumms, 2005-11-13 16:54 Patch for the first half of bug #1355883
Messages (2)
msg49044 - (view) Author: Thomas Lee (krumms) (Python committer) Date: 2005-11-13 16:54
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
msg49045 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-14 15:04
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as 45390.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42592
2005-11-13 16:54:51krummscreate