diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-03-16 22:25:02 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-03-16 22:25:02 (GMT) |
commit | 13be7db34c698010d2a10e7ebbb1503f3495b20c (patch) | |
tree | e6acfdd2c615a6c145ebb45bd0b07d27cbca8491 /Python/errors.c | |
parent | 2025d7839b1d0c5c3cc83601568f16177b1d85b0 (diff) | |
download | cpython-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