mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
gh-131238: Remove many includes from pycore_interp.h (#131472)
This commit is contained in:
parent
a4832f6b9a
commit
22706843e0
12 changed files with 25 additions and 30 deletions
|
@ -56,6 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "pycore_pyhash.h" // _Py_HashSecret_t
|
||||
#include "pycore_pylifecycle.h" // _Py_SetFileSystemEncoding()
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_tuple.h" // _PyTuple_FromArray()
|
||||
#include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI
|
||||
#include "pycore_unicodeobject.h" // struct _Py_unicode_state
|
||||
#include "pycore_unicodeobject_generated.h" // _PyUnicode_InitStaticStrings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue