[Python-Dev] Unexpected behaviour in compileall (original) (raw)
Charles-François Natali neologix at free.fr
Wed Nov 2 14:58:07 CET 2011
- Previous message: [Python-Dev] Unexpected behaviour in compileall
- Next message: [Python-Dev] Unexpected behaviour in compileall
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 testcompileall 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.
- Previous message: [Python-Dev] Unexpected behaviour in compileall
- Next message: [Python-Dev] Unexpected behaviour in compileall
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]