mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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:
parent
a8cb5e4a43
commit
a7411025c5
8 changed files with 10 additions and 12 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue