]> granicus.if.org Git - python/commit
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
authorDavide Rizzo <sorcio@gmail.com>
Wed, 6 Mar 2019 17:08:31 +0000 (18:08 +0100)
committerVictor Stinner <vstinner@redhat.com>
Wed, 6 Mar 2019 17:08:31 +0000 (18:08 +0100)
commitdc078947a5033a048d804e244e847b5844734439
treea3c4d7a9a785f284baa73ea4823d5c3456bcf4ed
parentedad38e3e05586ba58291f47756eb3fb808f5577
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
Modules/mmapmodule.c