This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davide.rizzo
Recipients davide.rizzo
Date 2019-02-27.18:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551290441.84.0.237778309898.issue36139@roundup.psfhosted.org>
In-reply-to
Content
munmap() can take a long time. I think mmap_object_dealloc can trivially release the GIL around this operation. Something similar was already mentioned in https://bugs.python.org/issue1572968 but a general patch was never provided. The dealloc case alone is significant enough to deserve fixing.
History
Date User Action Args
2019-02-27 18:00:41davide.rizzosetrecipients: + davide.rizzo
2019-02-27 18:00:41davide.rizzosetmessageid: <1551290441.84.0.237778309898.issue36139@roundup.psfhosted.org>
2019-02-27 18:00:41davide.rizzolinkissue36139 messages
2019-02-27 18:00:41davide.rizzocreate