[issue14077] sporadic test_multiprocessing failure
Charles-François Natali
report at bugs.python.org
Tue Feb 21 23:26:15 CET 2012
Charles-François Natali <neologix at free.fr> added the comment:
> But is there still a reason to use id(path) then?
IIRC, the reason is to avoid having a stale pyc file indefinitely in
case of crash:
if we always used, let's say, path + '.tmp', if the process crashes
before the rename, then all subsequent attempts to write the bytecode
will fail because of the stale temporary file.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14077>
_______________________________________
More information about the Python-bugs-list
mailing list