gh-106320: Remove private _PyMem API (#107187)
Move private _PyMem functions to the internal C API (pycore_pymem.h): * _PyMem_GetCurrentAllocatorName() * _PyMem_RawStrdup() * _PyMem_RawWcsdup() * _PyMem_Strdup() No longer export these functions. Move pymem_getallocatorsname() function from _testcapi to _testinternalcapi, since the API moved to the internal C API.
V
Victor Stinner committed
307186704d8327d6c67b0650e49b125758a25bbc
Parent: d27eb1e
Committed by GitHub <noreply@github.com>
on 7/24/2023, 6:48:06 PM