Home
last modified time | relevance | path

Searched refs:inittab_copy (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dimport.c40 static struct _inittab *inittab_copy = NULL; variable
300 PyMem_RawFree(inittab_copy); in _PyImport_Fini2()
301 inittab_copy = NULL; in _PyImport_Fini2()
2468 p = PyMem_RawRealloc(inittab_copy, size); in PyImport_ExtendInittab()
2477 if (inittab_copy != PyImport_Inittab) { in PyImport_ExtendInittab()
2481 PyImport_Inittab = inittab_copy = p; in PyImport_ExtendInittab()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst888 Nullify inittab_copy during finalization, preventing future interpreter
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv366 Python/import.c - inittab_copy variable static struct _inittab *inittab_copy