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 | 6150f31963cbc24c529b07f6763854fbb7e62f60 (patch) | |
tree | 99e15d5104bde4808f0b86903d318deeeae48e48 /Python/pylifecycle.c | |
parent | ce911c3fed7e6404fba7de3868b1000425984b1e (diff) | |
download | cpython-6150f31963cbc24c529b07f6763854fbb7e62f60.zip cpython-6150f31963cbc24c529b07f6763854fbb7e62f60.tar.gz cpython-6150f31963cbc24c529b07f6763854fbb7e62f60.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/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions