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 vstinner
Recipients neologix, python-dev, vstinner
Date 2013-01-12.23:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358034491.77.0.717850472364.issue16860@psf.upfronthosting.co.za>
In-reply-to
Content
> No, it only has an effect if the target file is a symlink.

Oh ok, so O_NOFOLLOW is useless when O_EXCL is used. It is safe to remove it, but please only modify Python 3.4 (just in case...).
History
Date User Action Args
2013-01-12 23:48:11vstinnersetrecipients: + vstinner, neologix, python-dev
2013-01-12 23:48:11vstinnersetmessageid: <1358034491.77.0.717850472364.issue16860@psf.upfronthosting.co.za>
2013-01-12 23:48:11vstinnerlinkissue16860 messages
2013-01-12 23:48:11vstinnercreate