gh-131238: Use pycore_interp_structs.h header (#131481)

Replace pycore_runtime_structs.h include with pycore_interp_structs.h
include in internal headers.
This commit is contained in:
Victor Stinner 2025-03-20 00:13:25 +01:00 committed by GitHub
parent a8cb5e4a43
commit a7411025c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 12 deletions

View file

@ -8,8 +8,8 @@ extern "C" {
# error "this header requires Py_BUILD_CORE define"
#endif
#include "pycore_interp_structs.h" // struct codecs_state
#include "pycore_lock.h" // PyMutex
#include "pycore_runtime_structs.h" // struct codecs_state
/* Initialize codecs-related state for the given interpreter, including
registering the first codec search function. Must be called before any other