[issue36139] release GIL on mmap dealloc

STINNER Victor report at bugs.python.org
Wed Mar 6 12:08:33 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:


New changeset dc078947a5033a048d804e244e847b5844734439 by Victor Stinner (Davide Rizzo) in branch 'master':
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
https://github.com/python/cpython/commit/dc078947a5033a048d804e244e847b5844734439


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36139>
_______________________________________


More information about the Python-bugs-list mailing list