[issue21264] test_compileall fails to build in the installed location

R. David Murray report at bugs.python.org
Sat Sep 19 20:45:03 CEST 2015


R. David Murray added the comment:

Yes the point is to test compilation of the path.  If I run python3 -m compilelall on my installed python, it works fine (zero return code).  I can't really investigate this further right now, but it isn't obvious to me what the answer is from the information in the issue so far, except that it doesn't *look* like it should be necessary to skip the tests unless the installation directories are read only *and* the .pyc files in them are non-existent or out of date.

----------

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


More information about the Python-bugs-list mailing list