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 neologix
Recipients Arfrever, benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, neologix, serhiy.storchaka
Date 2013-12-12.19:15:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386875747.82.0.169042185891.issue19965@psf.upfronthosting.co.za>
In-reply-to
Content
Since the patch doesn't use O_EXCL for the temporary file, it suffers
from the exact same race condition as the current code. It should be
using the "x" open mode.
History
Date User Action Args
2013-12-12 19:15:47neologixsetrecipients: + neologix, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, Arfrever, serhiy.storchaka
2013-12-12 19:15:47neologixsetmessageid: <1386875747.82.0.169042185891.issue19965@psf.upfronthosting.co.za>
2013-12-12 19:15:47neologixlinkissue19965 messages
2013-12-12 19:15:47neologixcreate