Python 2.7 segfaults on 'import site'

Ian Kelly ian.g.kelly at gmail.com
Tue Dec 30 01:34:27 EST 2014


On Mon, Dec 29, 2014 at 7:05 PM, Chris Angelico <rosuav at gmail.com> wrote:
> Are .pyc files compatible across revisions? Could I carry this file to
> a 2.7.9 and see if the crash still happens?

PEP 6 requires that .pyc files for a particular major release must
work with all the bug fix releases for that version.



More information about the Python-list mailing list