[issue36139] release GIL on mmap dealloc

Davide Rizzo report at bugs.python.org
Thu Feb 28 04:15:51 EST 2019


Davide Rizzo <sorcio at gmail.com> added the comment:

Yes, this is mmap module. I found this to be slow for posix-shm-backed mmaps. Several milliseconds, like 20ms for a 128 MB object. Maybe the same can happen with private|anon mmaps? I will follow up with more numbers.

----------

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


More information about the Python-bugs-list mailing list