gh-131238: Remove many includes from pycore_interp.h (#131472)

This commit is contained in:
Victor Stinner 2025-03-19 18:46:24 +01:00 committed by GitHub
parent a4832f6b9a
commit 22706843e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 25 additions and 30 deletions

View file

@ -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"