__import__ is loaded at reification time

This commit is contained in:
Dino Viehland 2025-10-08 13:33:16 -07:00
parent c5efb20d48
commit 0c246bc79d
4 changed files with 26 additions and 38 deletions

View file

@ -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 */