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:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2ECck8u7PX9-yf+-SYNsMWut_L+M1ak1DmnDd1_s1gVw@mail.gmail.com>
In-reply-to <1386877076.71.0.341627498601.issue19965@psf.upfronthosting.co.za>
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.
>
> This does not make race condition. Only one thread writes .tmp files.
>
> The problem is that other threads can read *-ast.[ch] files while they are
> written.
>

Ah, I thought it was written by several processes. It's OK then.
History
Date User Action Args
2013-12-12 19:43:45neologixsetrecipients: + neologix, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, Arfrever, serhiy.storchaka
2013-12-12 19:43:45neologixlinkissue19965 messages
2013-12-12 19:43:45neologixcreate