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 methane
Recipients davide.rizzo, methane
Date 2019-02-28.08:12:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551341520.43.0.880770631062.issue36139@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-28 08:12:00methanesetrecipients: + methane, davide.rizzo
2019-02-28 08:12:00methanesetmessageid: <1551341520.43.0.880770631062.issue36139@roundup.psfhosted.org>
2019-02-28 08:12:00methanelinkissue36139 messages
2019-02-28 08:12:00methanecreate