https://bugzilla.redhat.com/show_bug.cgi?id=1462464 --- Comment #6 from Petr Viktorin <pviktori@xxxxxxxxxx> --- (In reply to Jaroslav Škarvada from comment #5) > What about the *.pyc/*.pyo? Is it OK to ship the Python2 version of > speedometer.py in /usr/bin without the precompiled byte code? Yes. Python only automatically caches compiled bytecode for imported modules, not for ones that are run directly. This does mean that start-up time will be slower than it would be if the code was in a library, but that doesn't seem to be a problem here. -- 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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx