mirror of https://github.com/python/cpython
Browse Source
Issue #26563: Replace PyMem_Malloc() with PyMem_RawMalloc() in the Windows implementation of os.stat(), since the code is called without holding the GIL.pull/9921/head
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue