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

@ -9,7 +9,7 @@ extern "C" {
#endif
#include <locale.h> // struct lconv
#include "pycore_runtime_structs.h" // _Py_error_handler
#include "pycore_interp_structs.h" // _Py_error_handler
/* A routine to check if a file descriptor can be select()-ed. */