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 11#ifndef Py_EMSCRIPTEN_TRAMPOLINE_H
22#define Py_EMSCRIPTEN_TRAMPOLINE_H
33
4- #include "pycore_runtime .h" // _PyRuntimeState
4+ #include "pycore_typedefs .h" // _PyRuntimeState
55
66/**
77 * 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" {
99#endif
1010
1111#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()
1513
1614/*
1715 * 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" {
1313#include "pycore_object_deferred.h" // _PyObject_HasDeferredRefcount
1414#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_STORE_PTR_RELAXED
1515#include "pycore_pystate.h" // _PyInterpreterState_GET()
16+ #include "pycore_runtime.h" // _PyRuntime
1617#include "pycore_typeobject.h" // _PyStaticType_GetState()
1718#include "pycore_uniqueid.h" // _PyObject_ThreadIncrefSlow()
1819
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extern "C" {
88# error "this header requires Py_BUILD_CORE define"
99#endif
1010
11- #include "pycore_runtime .h" // _PyRuntimeState
11+ #include "pycore_typedefs .h" // _PyRuntimeState
1212
1313/* Forward declarations */
1414struct _PyArgv ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ extern "C" {
1010
1111#include "pycore_fileutils.h" // _Py_error_handler
1212#include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI
13- #include "pycore_global_objects.h" // _Py_SINGLETON
1413
1514/* --- Characters Type APIs ----------------------------------------------- */
1615
You can’t perform that action at this time.
0 commit comments