https://bugzilla.redhat.com/show_bug.cgi?id=894602



--- Comment #8 from Antonio Trande <anto.tra...@gmail.com> ---
(In reply to Paulo Andrade from comment #7)
> You mean the .pyc and .pyo files? Or the .so file?
> 
>   AFAIK .pyc and .pyo are per distribution policies, and Fedora
> by default installs them (personally I do not like it much
> because I saw a few packages that distribute only those to
> "hide" the sources, and usually they do not make much of a
> difference in load time, major issue is accessing files on
> disk, "optimizing" or "compiling" them in memory in python
> is way faster than having the files in kernel file buffers).
>   The .so files are installed in the arch specific directory.


I meant .pyc and .pyo python files. Since the compilation installs just .py
files (I presume they are pre-compiled python files), this could be not
permitted by packaging guide-lines
(http://fedoraproject.org/wiki/Packaging:Guidelines#No_inclusion_of_pre-built_binaries_or_libraries).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to