mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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
|
|
@ -3,12 +3,14 @@
|
|||
#include "pycore_ceval.h" // _PyEval_SignalReceived()
|
||||
#include "pycore_initconfig.h" // _PyStatus_OK()
|
||||
#include "pycore_interp.h" // _Py_RunGC()
|
||||
#include "pycore_optimizer.h" // _Py_Executors_InvalidateCold()
|
||||
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
|
||||
#include "pycore_pylifecycle.h" // _PyErr_Print()
|
||||
#include "pycore_pymem.h" // _PyMem_IsPtrFreed()
|
||||
#include "pycore_pystate.h" // PyThread_hang_thread()
|
||||
#include "pycore_pystats.h" // _Py_PrintSpecializationStats()
|
||||
|
||||
|
||||
/*
|
||||
Notes about the implementation:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue