mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-131238: Remove more includes from pycore_interp.h (#131480)
This commit is contained in:
parent
63b5aed06e
commit
20c5f969dd
31 changed files with 92 additions and 57 deletions
|
@ -15,6 +15,7 @@ Copyright (c) Corporation for National Research Initiatives.
|
|||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_runtime.h" // _Py_ID()
|
||||
#include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI
|
||||
#include "pycore_unicodeobject.h" // _PyUnicode_InternMortal()
|
||||
|
||||
|
||||
static const char *codecs_builtin_error_handlers[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue