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 serhiy.storchaka
Recipients Oren Milman, ethan.furman, serhiy.storchaka
Date 2017-09-27.04:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506486783.13.0.154975027568.issue31492@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset f0db2dfda777ad3380e7816cabe4c4240f31687f by Serhiy Storchaka in branch '3.6':
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773)
https://github.com/python/cpython/commit/f0db2dfda777ad3380e7816cabe4c4240f31687f
History
Date User Action Args
2017-09-27 04:33:03serhiy.storchakasetrecipients: + serhiy.storchaka, ethan.furman, Oren Milman
2017-09-27 04:33:03serhiy.storchakasetmessageid: <1506486783.13.0.154975027568.issue31492@psf.upfronthosting.co.za>
2017-09-27 04:33:03serhiy.storchakalinkissue31492 messages
2017-09-27 04:33:03serhiy.storchakacreate