Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Replace strdup() with _PyMem_RawStrdup() or _PyMem_Strdup(), depending if the GIL is held or not.
V
Victor Stinner committed
49fc8ece8172162510890f42127d2aa4e13f878b
Parent: 6f8eeee