Expose LazyImportType in types module

This commit is contained in:
Dino Viehland 2025-10-08 13:24:52 -07:00
parent 46b3b75a3a
commit c5efb20d48
5 changed files with 6 additions and 9 deletions

View file

@ -5377,11 +5377,6 @@ imp_module_exec(PyObject *module)
return -1;
}
if (PyModule_AddObjectRef(module, "lazy_import",
(PyObject *)&PyLazyImport_Type) < 0) {
return -1;
}
return 0;
}