[Python-ideas] Python-ideas Digest, Vol 90, Issue 30

Barry Warsaw barry at python.org
Thu May 22 18:41:32 CEST 2014


On May 22, 2014, at 10:02 AM, Paul Moore wrote:

>As a concrete example, note my earlier comment about pyc files.
>Switching off optimisation results in unoptimised bytecode being
>written to pyc files, which could then be read in a subsequent
>(supposedly) optimised run.

Seems to me that PEP 3147 tagging could be extended to describe various
optimization levels.  It might even be nice to get rid of the overloaded .pyo
files.  The use of .pyo for both -O and -OO optimization levels causes some
issues.

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140522/884b08a3/attachment.sig>


More information about the Python-ideas mailing list