Message 140862 - Python tracker

Message140862

Author superbobry
Recipients neologix, rosslagerwall, schmir, superbobry, vstinner
Date 2011-07-22.05:16:16
SpamBayes Score 3.032334e-08
Marked as misclassified No
Message-id <1311311777.09.0.628656687856.issue12556@psf.upfronthosting.co.za>
In-reply-to
Content
> Passing mmap(2) a 0 length doesn't make much sense anyway - for
example, Linux returns EINVAL.
Yup, but passing mmap(2) a zero-sized file and a non-zero length works just fine.

> Why do you want a mmap? Why not using a file?
Because Xen requires me to mmap it. Anyway, you're right, the use-case is too uncommon.
History
Date User Action Args
2011-07-22 05:16:17superbobrysetrecipients: + superbobry, vstinner, schmir, neologix, rosslagerwall
2011-07-22 05:16:17superbobrysetmessageid: <1311311777.09.0.628656687856.issue12556@psf.upfronthosting.co.za>
2011-07-22 05:16:16superbobrylinkissue12556 messages
2011-07-22 05:16:16superbobrycreate