]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
authorPetr Viktorin <encukou@gmail.com>
Wed, 25 Jun 2025 11:03:05 +0000 (13:03 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Jun 2025 11:03:05 +0000 (13:03 +0200)
commit1b1ae82fab0093924b8b89eb1c7eea11d7be7b18
tree55bf4caf987b3b155a74a0b1d398d02c9f64b7b7
parentdd59c786cfb1018eb5abe877bfa7265ea9a3c2b9
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)

Macros without a `Py`/`_Py` prefix should not be defined in public headers.
Include/ceval.h
Include/internal/pycore_ceval.h
Modules/_opcode.c
Python/ceval.c
Python/codegen.c