mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
__import__ is loaded at reification time
This commit is contained in:
parent
c5efb20d48
commit
0c246bc79d
4 changed files with 26 additions and 38 deletions
|
|
@ -13,7 +13,7 @@ PyAPI_DATA(PyTypeObject) PyLazyImport_Type;
|
|||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
PyObject *lz_import_func;
|
||||
PyObject *lz_builtins;
|
||||
PyObject *lz_from;
|
||||
PyObject *lz_attr;
|
||||
/* Frame information for the original import location */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue