mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-131238: Remove many includes from pycore_interp.h (#131472)
This commit is contained in:
parent
a4832f6b9a
commit
22706843e0
12 changed files with 25 additions and 30 deletions
|
@ -11,6 +11,7 @@ extern "C" {
|
|||
#include "pycore_structs.h"
|
||||
#include "pycore_ceval_state.h" // _PyEval_RUNTIME_PERF_INIT
|
||||
#include "pycore_debug_offsets.h" // _Py_DebugOffsets_INIT()
|
||||
#include "pycore_dtoa.h" // _dtoa_state_INIT()
|
||||
#include "pycore_faulthandler.h" // _faulthandler_runtime_state_INIT
|
||||
#include "pycore_floatobject.h" // _py_float_format_unknown
|
||||
#include "pycore_function.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue