Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com> added the comment:

Byte-compilation should be disabled during building of packages in Gentoo. 
PYTHONDONTWRITEBYTECODE="1" is set by default in environment. This variable 
affects distutils and until recently it affected packaging. --no-byte-compile 
will have to be explicitly passed to `pysetup${version} run build` and 
`pysetup${version} run install_dist` to disable byte-compilation.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13400>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to