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 Ethan Steinberg
Recipients Ethan Steinberg
Date 2020-05-13.00:16:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589328997.25.0.34201550923.issue40611@roundup.psfhosted.org>
In-reply-to
Content
This issue (and corresponding pull request) adds MAP_POPULATE to the set of flags exported by the mmap module. This flag is incredibly handy for speeding up data processing and is available on most Linux systems.
History
Date User Action Args
2020-05-13 00:16:37Ethan Steinbergsetrecipients: + Ethan Steinberg
2020-05-13 00:16:37Ethan Steinbergsetmessageid: <1589328997.25.0.34201550923.issue40611@roundup.psfhosted.org>
2020-05-13 00:16:37Ethan Steinberglinkissue40611 messages
2020-05-13 00:16:36Ethan Steinbergcreate