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 pitrou
Recipients OO O, davin, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2018-02-23.11:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519383719.42.0.467229070634.issue32759@psf.upfronthosting.co.za>
In-reply-to
Content
It is also possible to uncommit the memory without deallocating it, making reuse potentially faster, but that requires low-level platform-specific code (e.g. madvise(MADV_DONTNEED) on Linux or DiscardVirtualMemory() on Windows).
History
Date User Action Args
2018-02-23 11:01:59pitrousetrecipients: + pitrou, paul.moore, tim.golden, zach.ware, steve.dower, davin, OO O
2018-02-23 11:01:59pitrousetmessageid: <1519383719.42.0.467229070634.issue32759@psf.upfronthosting.co.za>
2018-02-23 11:01:59pitroulinkissue32759 messages
2018-02-23 11:01:59pitroucreate