Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36109>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to