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: "make" always reruns asdl_c.py
Type: behavior Stage: resolved
Components: Build Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, pitrou, python-dev
Priority: low Keywords:

Created on 2011-08-11 18:30 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg141915 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-08-11 18:30
It's not really an issue, but I thought I would mention it. It is a bit misleading, since it makes you think that you changed something in the grammar that's triggering the rebuild.

$ make
./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl
running build
running build_ext
msg141922 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-08-11 19:46
New changeset 5e005773feaa by Benjamin Peterson in branch 'default':
revert code which conditionally writes Python-ast.h (closes #12727)
http://hg.python.org/cpython/rev/5e005773feaa
History
Date User Action Args
2022-04-11 14:57:20adminsetgithub: 56936
2011-08-11 19:46:58python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg141922

resolution: fixed
stage: resolved
2011-08-11 18:30:30pitroucreate