On Mon, Dec 29, 2014 at 7:05 PM, Chris Angelico <ros...@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. -- https://mail.python.org/mailman/listinfo/python-list