File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef Py_EMSCRIPTEN_TRAMPOLINE_H
2
2
#define Py_EMSCRIPTEN_TRAMPOLINE_H
3
3
4
- #include "pycore_runtime .h" // _PyRuntimeState
4
+ #include "pycore_typedefs .h" // _PyRuntimeState
5
5
6
6
/**
7
7
* C function call trampolines to mitigate bad function pointer casts.
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ extern "C" {
9
9
#endif
10
10
11
11
#include "pycore_bytesobject.h" // _PyBytesWriter
12
- #include "pycore_runtime_structs.h" // _PY_NSMALLNEGINTS
13
- #include "pycore_global_objects.h" // _PY_SINGLETON
14
- #include "pycore_runtime.h" // _PyRuntime
12
+ #include "pycore_runtime.h" // _Py_SINGLETON()
15
13
16
14
/*
17
15
* Default int base conversion size limitation: Denial of Service prevention.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ extern "C" {
13
13
#include "pycore_object_deferred.h" // _PyObject_HasDeferredRefcount
14
14
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_STORE_PTR_RELAXED
15
15
#include "pycore_pystate.h" // _PyInterpreterState_GET()
16
+ #include "pycore_runtime.h" // _PyRuntime
16
17
#include "pycore_typeobject.h" // _PyStaticType_GetState()
17
18
#include "pycore_uniqueid.h" // _PyObject_ThreadIncrefSlow()
18
19
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extern "C" {
8
8
# error "this header requires Py_BUILD_CORE define"
9
9
#endif
10
10
11
- #include "pycore_runtime .h" // _PyRuntimeState
11
+ #include "pycore_typedefs .h" // _PyRuntimeState
12
12
13
13
/* Forward declarations */
14
14
struct _PyArgv ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ extern "C" {
10
10
11
11
#include "pycore_fileutils.h" // _Py_error_handler
12
12
#include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI
13
- #include "pycore_global_objects.h" // _Py_SINGLETON
14
13
15
14
/* --- Characters Type APIs ----------------------------------------------- */
16
15
You can’t perform that action at this time.
0 commit comments