]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135755: Move SPECIAL_ constants to a private header (GH-135922) (GH-135926)
authorPetr Viktorin <encukou@gmail.com>
Wed, 25 Jun 2025 11:36:46 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Jun 2025 11:36:46 +0000 (13:36 +0200)
commita345fed89643620ccc198dcd332c17db80069882
tree986df07af217ff21c5cf5440cf37901e84d74424
parent93a31bedd952023049cbb7051f55e59e2a5a91a0
[3.14] gh-135755: Move SPECIAL_ constants to a private header (GH-135922) (GH-135926)

Macros without a `Py`/`_Py` prefix should not be defined in public headers.
(cherry picked from commit 1b1ae82fab0093924b8b89eb1c7eea11d7be7b18)
Include/ceval.h
Include/internal/pycore_ceval.h
Modules/_opcode.c
Python/ceval.c
Python/codegen.c