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

Eric Snow ericsnowcurrently at gmail.com
Thu May 22 18:47:40 CEST 2014


On May 22, 2014 9:40 AM, "Paul Moore" <p.f.moore at gmail.com> wrote:
> Personally, I still think the biggest issue is around pyc files. I
> think any proposal needs an answer to that (even if it's just that
> no-optimisation mode never reads or writes bytecode files).

So the flag for that would be set implicitly?  That sounds reasonable (and
easy).

> Expecting
> users to manually manage pyc files is a bad idea. Well, that and any
> implementation complexity, which I'll leave to others to consider.

As a fallback, Victor already pointed out that changing
sys.implementation.cache_tag would be easy too.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140522/4c95bbdb/attachment.html>


More information about the Python-ideas mailing list