File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1111#include "pycore_audit.h" // _PySys_Audit()
1212#include "pycore_backoff.h"
1313#include "pycore_cell.h" // PyCell_GetRef()
14+ #include "pycore_ceval.h" // _PyEval_LazyImportName(), _PyEval_LazyImportFrom()
1415#include "pycore_code.h"
1516#include "pycore_emscripten_signal.h" // _Py_CHECK_EMSCRIPTEN_SIGNALS
1617#include "pycore_function.h"
18+ #include "pycore_import.h" // _PyImport_LoadLazyImportTstate()
1719#include "pycore_instruments.h"
1820#include "pycore_interpolation.h" // _PyInterpolation_Build()
1921#include "pycore_intrinsics.h"
Original file line number Diff line number Diff line change 1212#include "pycore_frame.h"
1313#include "pycore_function.h"
1414#include "pycore_genobject.h"
15+ #include "pycore_import.h"
1516#include "pycore_interpframe.h"
1617#include "pycore_interpolation.h"
1718#include "pycore_intrinsics.h"
You can’t perform that action at this time.
0 commit comments