Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c34 static struct _inittab *inittab_copy = NULL; variable
298 PyMem_RawFree(inittab_copy); in _PyImport_Fini2()
2327 p = PyMem_RawRealloc(inittab_copy, size); in PyImport_ExtendInittab()
2336 if (inittab_copy != PyImport_Inittab) { in PyImport_ExtendInittab()
2340 PyImport_Inittab = inittab_copy = p; in PyImport_ExtendInittab()