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 eric.snow
Recipients barry, brett.cannon, eric.snow, ncoghlan, syeberman
Date 2016-09-07.19:49:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473277778.4.0.402834578842.issue28007@psf.upfronthosting.co.za>
In-reply-to
Content
As pointed out in #16384, a bad .pyc file will cause a module to fail importing.  Sometimes the .py file is okay, however.  The question posed in the other issue is if it would be desirable to fall back to the .py file.

FWIW, I don't think it's worth it.
History
Date User Action Args
2016-09-07 19:49:38eric.snowsetrecipients: + eric.snow, barry, brett.cannon, ncoghlan, syeberman
2016-09-07 19:49:38eric.snowsetmessageid: <1473277778.4.0.402834578842.issue28007@psf.upfronthosting.co.za>
2016-09-07 19:49:38eric.snowlinkissue28007 messages
2016-09-07 19:49:38eric.snowcreate