]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly
authorThomas Wouters <thomas@python.org>
Wed, 16 Apr 2014 23:13:29 +0000 (01:13 +0200)
committerThomas Wouters <thomas@python.org>
Wed, 16 Apr 2014 23:13:29 +0000 (01:13 +0200)
commit67d8dc1f58452063e417b2cb2cfadd2fa12103d5
treeb7ea1462ba3ca4c2133ae5d1449279f5242009b7
parent68290f48953340c5ec063cd12e3c37959122f081
Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly
when building in a separate object tree. More people should build this way.
This may still fail if the source is unwritable, I haven't tested that yet.
Makefile.pre.in
Tools/scripts/generate_opcode_h.py