mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[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 1b1ae82fab
)
This commit is contained in:
parent
93a31bedd9
commit
a345fed896
5 changed files with 10 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "Python.h"
|
||||
#include "compile.h"
|
||||
#include "opcode.h"
|
||||
#include "pycore_ceval.h"
|
||||
#include "pycore_ceval.h" // SPECIAL_MAX
|
||||
#include "pycore_code.h"
|
||||
#include "pycore_compile.h"
|
||||
#include "pycore_intrinsics.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue