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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, nadeem.vawda, neologix, pitrou, rosslagerwall, vstinner
Date 2011-08-20.21:17:16
SpamBayes Score 0.010880061
Marked as misclassified No
Message-id <1313875036.89.0.550815207239.issue12797@psf.upfronthosting.co.za>
In-reply-to
Content
A third idea is to find a way to override the low-level open() function (the one that returns a fd).

openat() seems to exist only on Linux, so I'm -1 on adding new parameters to support this function only.
History
Date User Action Args
2011-08-20 21:17:17amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner, nadeem.vawda, neologix, rosslagerwall
2011-08-20 21:17:16amaury.forgeotdarcsetmessageid: <1313875036.89.0.550815207239.issue12797@psf.upfronthosting.co.za>
2011-08-20 21:17:16amaury.forgeotdarclinkissue12797 messages
2011-08-20 21:17:16amaury.forgeotdarccreate