mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Implement more of PEP 810
This commit is contained in:
parent
b743eb03d8
commit
e6cb131a53
16 changed files with 849 additions and 355 deletions
|
|
@ -318,6 +318,7 @@ struct _import_state {
|
|||
PyObject *lazy_imports_filter;
|
||||
PyObject *lazy_importing_modules;
|
||||
PyObject *lazy_modules;
|
||||
PyObject *lazy_modules_set; /* Set of fully-qualified module names lazily imported (PEP 810) */
|
||||
/* The global import lock. */
|
||||
_PyRecursiveMutex lock;
|
||||
/* diagnostic info in PyImport_ImportModuleLevelObject() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue