[issue36139] release GIL on mmap dealloc

Inada Naoki report at bugs.python.org
Thu Feb 28 03:12:00 EST 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

Your patch is modifying obmalloc.
It uses MAP_PRIVATE|MAP_ANONYMOUS mmap.
Does it really take log time?  How?

#1572968 is different.  It is mmap module.  It can use file-backed mmap.  It is I/O.

----------
nosy: +inada.naoki

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


More information about the Python-bugs-list mailing list