commit | c36674a2c52ecb30e180b3bcced2b8c529cf72fb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Mar 16 14:30:16 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Mar 16 14:30:16 2016 +0100 |
tree | c9fac135fceb8ef3ccb154301e42283314967d0b | |
parent | ad524375af042a549d28ec252f3071a595b892b2 [diff] |
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.