]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculating the...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 1 Aug 2023 20:05:48 +0000 (21:05 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Aug 2023 20:05:48 +0000 (21:05 +0100)
commit2bd04d423404e5ea862c858f62af76feade4d831
treef60ed68a6779a6bb8119d7351ee2cc1ba5c0eca3
parent6ef8f8ca88b925685c6af83a9f0a899e565e1e33
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculating the specialized opcodes in two places (#107540)
Makefile.pre.in
Misc/NEWS.d/next/Build/2023-08-01-17-12-53.gh-issue-105481.42nsDE.rst [new file with mode: 0644]
PCbuild/regen.targets
Python/makeopcodetargets.py [deleted file]
Tools/build/generate_opcode_h.py