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 neologix, pitrou
Date 2011-03-03.22:32:02
SpamBayes Score 0.0030708946
Marked as misclassified No
Message-id <1299191526.09.0.259884450082.issue11391@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks mostly good. Why do you use ~PROT_WRITE instead of PROT_READ|PROT_EXEC as in your example?
(I'm unsure whether a POSIX implementation could refuse such a value)
History
Date User Action Args
2011-03-03 22:32:06pitrousetrecipients: + pitrou, neologix
2011-03-03 22:32:06pitrousetmessageid: <1299191526.09.0.259884450082.issue11391@psf.upfronthosting.co.za>
2011-03-03 22:32:02pitroulinkissue11391 messages
2011-03-03 22:32:02pitroucreate