[issue36109] test_descr fails on AMD64 Windows8 3.x buildbots

Pablo Galindo Salgado report at bugs.python.org
Tue Feb 26 01:00:08 EST 2019


Pablo Galindo Salgado <pablogsal at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36109>
_______________________________________


More information about the Python-bugs-list mailing list