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 martin.panter
Recipients Anthony.Kong, Fotis.Koutoulakis, berker.peksag, eric.snow, lac, luiz.poleto, martin.panter, ncoghlan, r.david.murray
Date 2015-12-11.05:03:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449810184.35.0.184682233631.issue19771@psf.upfronthosting.co.za>
In-reply-to
Content
BTW I already applied the type(ex).__name__ fix in revision 3202d143a194.

New error message with this patch:

$ ./python -bWall -m bad_pyc
[. . .]/python: Error while finding spec for 'bad_pyc.__main__' (ImportError: bad magic number in 'bad_pyc': b'')
History
Date User Action Args
2015-12-11 05:03:04martin.pantersetrecipients: + martin.panter, ncoghlan, r.david.murray, eric.snow, Anthony.Kong, berker.peksag, Fotis.Koutoulakis, luiz.poleto, lac
2015-12-11 05:03:04martin.pantersetmessageid: <1449810184.35.0.184682233631.issue19771@psf.upfronthosting.co.za>
2015-12-11 05:03:04martin.panterlinkissue19771 messages
2015-12-11 05:03:04martin.pantercreate