summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-03-16 22:25:02 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-03-16 22:25:02 (GMT)
commit13be7db34c698010d2a10e7ebbb1503f3495b20c (patch)
treee6acfdd2c615a6c145ebb45bd0b07d27cbca8491 /Python/errors.c
parent2025d7839b1d0c5c3cc83601568f16177b1d85b0 (diff)
downloadcpython-13be7db34c698010d2a10e7ebbb1503f3495b20c.zip
cpython-13be7db34c698010d2a10e7ebbb1503f3495b20c.tar.gz
cpython-13be7db34c698010d2a10e7ebbb1503f3495b20c.tar.bz2
Fix usage of PyMem_Malloc() in overlapped.c
Issue #26563: Replace PyMem_Malloc() with PyMem_RawFree() since PostToQueueCallback() calls PyMem_RawFree() (previously PyMem_Free()) in a new C thread which doesn't hold the GIL.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions