summaryrefslogtreecommitdiffstats
path: root/Python/pylifecycle.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)
commit6150f31963cbc24c529b07f6763854fbb7e62f60 (patch)
tree99e15d5104bde4808f0b86903d318deeeae48e48 /Python/pylifecycle.c
parentce911c3fed7e6404fba7de3868b1000425984b1e (diff)
downloadcpython-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