[issue24794] PyZipFile mixes compiled files from different python versions.

R. David Murray report at bugs.python.org
Wed Aug 5 16:47:19 CEST 2015


R. David Murray added the comment:

Yes, that used to be a general problem with .pyc files before we introduced __pycache__.  PyZipFile still supports the "legacy mode" by using whatever .pyc file is there, if there is one.  Perhaps it is time to deprecate the legacy mode in 3.6?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24794>
_______________________________________


More information about the Python-bugs-list mailing list