[issue36139] release GIL on mmap dealloc

Christian Heimes report at bugs.python.org
Thu Feb 28 07:00:05 EST 2019


Christian Heimes <lists at cheimes.de> added the comment:

The change sounds like a good idea and should be backported, too.

IIRC mmap() performance also depends on MMU and TLB speed. In the past I have seen paravirtualized systems with poor MMU performance that caused fork() to be slow and Redis to hang.

----------
nosy: +christian.heimes, davin
versions: +Python 3.7

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


More information about the Python-bugs-list mailing list