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 arigo
Recipients arigo, brett.cannon, eric.snow, ethan.furman, larry, ncoghlan
Date 2015-06-24.08:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435134918.0.0.287820936223.issue24492@psf.upfronthosting.co.za>
In-reply-to
Content
Also, if we want to be paranoid, the _PyObject_GetAttrId() can return anything, not necessarily a string object.  This would make the following PyUnicode_FromFormat() fail.  So maybe you also want to overwrite failures in PyUnicode_FromFormat() with the final ImportError.  (It actually looks like a good--if convoluted--use case for exception chaining at the C level...)
History
Date User Action Args
2015-06-24 08:35:18arigosetrecipients: + arigo, brett.cannon, ncoghlan, larry, ethan.furman, eric.snow
2015-06-24 08:35:18arigosetmessageid: <1435134918.0.0.287820936223.issue24492@psf.upfronthosting.co.za>
2015-06-24 08:35:17arigolinkissue24492 messages
2015-06-24 08:35:17arigocreate