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 arigo, brett.cannon, eric.snow, larry, ncoghlan, terry.reedy
Date 2015-08-09.23:39:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439163600.85.0.0658999121484.issue24492@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that adds a test, fixes the issue, and for good measure stops assuming that __name__ will always be a string.
History
Date User Action Args
2015-08-09 23:40:00brett.cannonsetrecipients: + brett.cannon, arigo, terry.reedy, ncoghlan, larry, eric.snow
2015-08-09 23:40:00brett.cannonsetmessageid: <1439163600.85.0.0658999121484.issue24492@psf.upfronthosting.co.za>
2015-08-09 23:40:00brett.cannonlinkissue24492 messages
2015-08-09 23:39:59brett.cannoncreate