mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
gh-131238: Add explicit includes to pycore headers (#131257)
This commit is contained in:
parent
0453e494b6
commit
978e37bb5f
23 changed files with 80 additions and 45 deletions
|
@ -5,9 +5,10 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_ast.h" // asdl_stmt_seq
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString()
|
||||
|
||||
#include <stdbool.h> // bool
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define ENTER_RECURSIVE() \
|
||||
if (Py_EnterRecursiveCall(" during compilation")) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue