This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, eric.snow, syeberman, terry.reedy
Date 2016-09-07.16:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473265644.84.0.115931784249.issue16384@psf.upfronthosting.co.za>
In-reply-to
Content
It's a question of whether you want the error that your .pyc files have somehow ended up in a bad state to pass silently or you should know you that something on your system is corrupting .pyc files (hence why the EOFError has been allowed to propagate).

Making corrupt .pyc files pass silently would be a change in semantics and practice, so we need to think through the ramifications. At worst we would need to raise a warning that such a thing happened, if not keep the current semantics.
History
Date User Action Args
2016-09-07 16:27:24brett.cannonsetrecipients: + brett.cannon, terry.reedy, syeberman, eric.snow
2016-09-07 16:27:24brett.cannonsetmessageid: <1473265644.84.0.115931784249.issue16384@psf.upfronthosting.co.za>
2016-09-07 16:27:24brett.cannonlinkissue16384 messages
2016-09-07 16:27:24brett.cannoncreate