[issue1704287] UnicodeError in compileall if "make install" is run before "make".

Stephen Warren report at bugs.python.org
Fri Sep 21 08:31:47 CEST 2007


Stephen Warren added the comment:

Now, I have also tested:

./configure; make all install
./configure; make all; make install

The "install" piece of each of the above doesn't seem to accidentally
duplicate any of the building work, so the patch seems to check out OK -
no negative side-effects.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1704287>
_____________________________________


More information about the Python-bugs-list mailing list