]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 1 Aug 2023 17:05:00 +0000 (18:05 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Aug 2023 17:05:00 +0000 (17:05 +0000)
commit6ef8f8ca88b925685c6af83a9f0a899e565e1e33
treef7ac1034b83c6504f6f15139a11bae5922555655
parent49f238e78c36532bcbca7f9cd172703eb4df319b
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)
Doc/whatsnew/3.13.rst
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Lib/test/support/__init__.py
Misc/NEWS.d/next/Library/2023-08-01-15-17-20.gh-issue-105481.vMbmj_.rst [new file with mode: 0644]
Modules/_opcode.c
Tools/build/generate_opcode_h.py