]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 11 Aug 2023 16:42:01 +0000 (17:42 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 16:42:01 +0000 (17:42 +0100)
commitcaa41a4f1db0112690cf610bab7d9c6dce9ff1ce
tree43d745b50aede9468e8e9bc2d281e99cba54a1d6
parent52e0797f8e1c631eecf24cb3f997ace336f52271
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately (#107866)
.gitattributes
Include/opcode.h
Include/opcode_ids.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/regen.targets
Tools/build/generate_opcode_h.py