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 pablogsal
Recipients pablogsal, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2019-02-26.06:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551160808.48.0.323763418865.issue36109@roundup.psfhosted.org>
In-reply-to
Content
Ok, actually this turns to be much easier: Sometimes __eq__ was also called twice but now as we use PyDict_GetItemWithError instead of PyDict_GetItem, if the extra __eq__ happens as a consequence of a dict lookup the error is ignored so that was the reason the test was not failing before.
History
Date User Action Args
2019-02-26 06:00:08pablogsalsetrecipients: + pablogsal, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2019-02-26 06:00:08pablogsalsetmessageid: <1551160808.48.0.323763418865.issue36109@roundup.psfhosted.org>
2019-02-26 06:00:08pablogsallinkissue36109 messages
2019-02-26 06:00:08pablogsalcreate