summaryrefslogtreecommitdiffstats
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-03-16 13:30:16 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-03-16 13:30:16 (GMT)
commitc36674a2c52ecb30e180b3bcced2b8c529cf72fb (patch)
treec9fac135fceb8ef3ccb154301e42283314967d0b /Python/pystate.c
parentad524375af042a549d28ec252f3071a595b892b2 (diff)
downloadcpython-c36674a2c52ecb30e180b3bcced2b8c529cf72fb.zip
cpython-c36674a2c52ecb30e180b3bcced2b8c529cf72fb.tar.gz
cpython-c36674a2c52ecb30e180b3bcced2b8c529cf72fb.tar.bz2
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.
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions