[Python-Dev] Unexpected behaviour in compileall

Charles-François Natali neologix at free.fr
Wed Nov 2 14:58:07 CET 2011


2011/11/2 Vinay Sajip <vinay_sajip at yahoo.co.uk>:
> I just started getting errors in my PEP 404 / pythonv branch, but they don't
> at first glance appear related to the functionality of this branch. What I'm
> seeing is that during installation, some of the .pyc/.pyo files written by
> compileall have mode 600 rather than the expected 644, with the result that
> test_compileall fails when run from the installed Python as an unprivileged
> user. If I manually do

It's a consequence of http://hg.python.org/cpython/rev/740baff4f169.
I'll fix that.


More information about the Python-Dev mailing list