diff options
author | Victor Stinner <vstinner@python.org> | 2025-03-19 18:46:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 17:46:24 +0000 |
commit | 22706843e0211a42a0e1b9e3b3b2527e9c2f546b (patch) | |
tree | d0c420d1d5abc677ddab41057beb778162211bf4 /Include/internal/pycore_runtime_init.h | |
parent | a4832f6b9a62771725b159bc7cd6c49fb45e3bc8 (diff) | |
download | cpython-22706843e0211a42a0e1b9e3b3b2527e9c2f546b.tar.gz cpython-22706843e0211a42a0e1b9e3b3b2527e9c2f546b.zip |
gh-131238: Remove many includes from pycore_interp.h (#131472)
Diffstat (limited to 'Include/internal/pycore_runtime_init.h')
-rw-r--r-- | Include/internal/pycore_runtime_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/internal/pycore_runtime_init.h b/Include/internal/pycore_runtime_init.h index 5ea9b296feb..497599f6717 100644 --- a/Include/internal/pycore_runtime_init.h +++ b/Include/internal/pycore_runtime_init.h @@ -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" |