mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Move __lazy_imports__ check into the interpreter
This commit is contained in:
parent
39c33df51a
commit
c8c8838b1c
4 changed files with 89 additions and 46 deletions
|
|
@ -34,6 +34,8 @@ extern int _PyImport_FixupBuiltin(
|
|||
extern PyObject *
|
||||
_PyImport_ResolveName(PyThreadState *tstate, PyObject *name, PyObject *globals, int level);
|
||||
extern PyObject *
|
||||
_PyImport_GetAbsName(PyThreadState *tstate, PyObject *name, PyObject *globals, int level);
|
||||
extern PyObject *
|
||||
_PyImport_LoadLazyImportTstate(PyThreadState *tstate, PyObject *lazy_import);
|
||||
extern PyObject *
|
||||
_PyImport_LazyImportModuleLevelObject(PyThreadState *tstate, PyObject *name, PyObject *builtins, PyObject *globals,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue