diff options
author | Kushal Das <kushaldas@gmail.com> | 2014-04-15 18:20:06 (GMT) |
---|---|---|
committer | Kushal Das <kushaldas@gmail.com> | 2014-04-15 18:20:06 (GMT) |
commit | 02d23a212a1e8e45a29e06d3f91e119610b682a3 (patch) | |
tree | b80ae813af32578a07c9fbe75dc60dfee0fb7af8 /.hgtouch | |
parent | cec96144755bc75bc82d34a27e17ebe4eb300992 (diff) | |
download | cpython-02d23a212a1e8e45a29e06d3f91e119610b682a3.zip cpython-02d23a212a1e8e45a29e06d3f91e119610b682a3.tar.gz cpython-02d23a212a1e8e45a29e06d3f91e119610b682a3.tar.bz2 |
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
It includes required changes in Makefile.pre.in and configure.ac
among other files.
Diffstat (limited to '.hgtouch')
-rw-r--r-- | .hgtouch | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ Python/importlib.h: Lib/importlib/_bootstrap.py Modules/_freeze_importlib.c +Include/opcode.h: Lib/opcode.py Tools/scripts/generate_opcode_h.py + Include/Python-ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py Python/Python-ast.c: Include/Python-ast.h |