Searched refs:inittab_copy (Results 1 – 1 of 1) sorted by relevance
34 static struct _inittab *inittab_copy = NULL; variable298 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()