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 giampaolo.rodola, josh.r, larry, ned.deily, neologix, pitrou, ronaldoussoren
Date 2019-05-27.16:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558976002.19.0.848876898357.issue32941@roundup.psfhosted.org>
In-reply-to
Content
Josh, sorry, I hadn't seen your message.

Those are low-levels operations, so I don't know if it makes sense to implement madvise() in terms of PrefetchVirtualMemory(), or expose a separate wrapper to PrefetchVirtualMemory().

One complication is that we currently don't expose public wrappers over Windows API functions (there's a private _winapi module).
History
Date User Action Args
2019-05-27 16:53:22pitrousetrecipients: + pitrou, ronaldoussoren, larry, giampaolo.rodola, ned.deily, neologix, josh.r
2019-05-27 16:53:22pitrousetmessageid: <1558976002.19.0.848876898357.issue32941@roundup.psfhosted.org>
2019-05-27 16:53:22pitroulinkissue32941 messages
2019-05-27 16:53:22pitroucreate