[issue13392] Writing a pyc file is not atomic under Windows

Brett Cannon report at bugs.python.org
Tue Nov 15 18:05:35 CET 2011


Brett Cannon <brett at python.org> added the comment:

I say go with the deletion for importlib. If the failure is a sign of success, then just go with it and not worry about the failure. __pycache__ guarantees that we are not losing out by clobbering some other Python version's pyc file.

----------

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


More information about the Python-bugs-list mailing list