New submission from Robert Byrnes:
In Python/import.c, open_exclusive unlinks any existing bytecode file before
opening to create a new one.
However, py_compile.compile doesn't unlink before opening, and therefore fails
if an existing bytecode file is unwritable. It would be nice to u
Changes by Robert Byrnes :
--
nosy: +byrnes
___
Python tracker
<http://bugs.python.org/issue25711>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Robert Byrnes:
zipimport is not PEP 3147 compliant: i.e., it looks for foo.pyc (in the same
directory as foo.py) instead of __pycache__/foo.cpython-35.pyc. This is
counterintuitive, and unfortunate because it means that installation
directories (that obey PEP 3147