[issue15030] PyPycLoader can't read cached .pyc files

Martin v. Löwis report at bugs.python.org
Wed Jun 27 18:50:57 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

I think the loader should just unconditionally assume 12 bytes header. This is meant to work only for the exact version it ships with, so it just has to match.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list