summaryrefslogtreecommitdiffstats
path: root/.hgtouch
diff options
context:
space:
mode:
authorKushal Das <kushaldas@gmail.com>2014-04-15 18:20:06 (GMT)
committerKushal Das <kushaldas@gmail.com>2014-04-15 18:20:06 (GMT)
commit02d23a212a1e8e45a29e06d3f91e119610b682a3 (patch)
treeb80ae813af32578a07c9fbe75dc60dfee0fb7af8 /.hgtouch
parentcec96144755bc75bc82d34a27e17ebe4eb300992 (diff)
downloadcpython-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--.hgtouch2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgtouch b/.hgtouch
index 7e3a5e7..00efbef 100644
--- a/.hgtouch
+++ b/.hgtouch
@@ -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