We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239c717 commit dd2e38dCopy full SHA for dd2e38d
1 file changed
Include/internal/pycore_lazyimportobject.h
@@ -23,8 +23,7 @@ typedef struct {
23
PyCodeObject *lz_code; // Code object where the lazy import was created.
24
int lz_instr_offset; // Instruction offset where the lazy import was created.
25
// Cached result from the first thread to resolve this lazy import.
26
- // Protected by the global import lock. When non-NULL, subsequent
27
- // threads skip the import and return this value directly.
+ // Protected by the global import lock.
28
PyObject *lz_resolved;
29
} PyLazyImportObject;
30
0 commit comments