[issue14077] sporadic test_multiprocessing failure

Charles-François Natali report at bugs.python.org
Tue Feb 21 23:02:43 CET 2012


Charles-François Natali <neologix at free.fr> added the comment:

> I am proposing the following patch to have a better unique
> filename:

It's unneeded, O_EXCL ensures the file won't be corrupted.
It's actually a regression introduced by de6703671386. My bad.
Here's a patch.

----------
keywords: +patch
Added file: http://bugs.python.org/file24593/atomic_exists.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14077>
_______________________________________


More information about the Python-bugs-list mailing list