[issue6070] Python 2.6 makes .pyc/.pyo bytecode files executable

Oleg Broytmann report at bugs.python.org
Fri Jun 26 13:59:55 CEST 2009


Oleg Broytmann <phd at phd.pp.ru> added the comment:

Sorry, found the bug in my process of testing. ./python uses /usr/lib/python26.so instead of ./python26.so. Setting LD_LIBRARY_PATH=. fixes the problem and the test passes. The patch is ok.

----------

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


More information about the Python-bugs-list mailing list