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 vstinner
Recipients methane, vstinner, xiang.zhang
Date 2016-09-13.10:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473762836.66.0.456148736583.issue28123@psf.upfronthosting.co.za>
In-reply-to
Content
I understand the the code doesn't handle correctly lookup failures. Such failure is easy to trigger in pure Python using a custom __eq__() method for example. Can you please write an unit test for it?
History
Date User Action Args
2016-09-13 10:33:56vstinnersetrecipients: + vstinner, methane, xiang.zhang
2016-09-13 10:33:56vstinnersetmessageid: <1473762836.66.0.456148736583.issue28123@psf.upfronthosting.co.za>
2016-09-13 10:33:56vstinnerlinkissue28123 messages
2016-09-13 10:33:56vstinnercreate