[issue11254] distutils doesn't byte-compile .py files to __pycache__ during installation

Éric Araujo report at bugs.python.org
Sun Oct 9 09:19:55 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Finally fixed.  I fail at boolean logic; removing the “dance around imp.cache_from_source that seemed unnecessary” as I called it was a mistake, we have to do it, so I restored that part of your original patch.  I’m sorry I took so long to fix this, it was straightforward.

----------
resolution:  -> fixed
stage: commit review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list