Fix usage of PyMem_Malloc() in os.stat()
Issue #26563: Replace PyMem_Malloc() with PyMem_RawMalloc() in the Windows implementation of os.stat(), since the code is called without holding the GIL.
V
Victor Stinner committed
c36674a2c52ecb30e180b3bcced2b8c529cf72fb
Parent: ad52437