Commit cceada3
Michael Howitz
Fix comparison for classes implementing __eq__.
There are currently only two new failing tests:
* Comparing an object with a proxy of the object fails (but comparing the proxy with the object is fine!)
* Comparing a proxy with itself fails
But these tests run fine when deleting the `__eq__` method on the `Something` class which is the class of `self.x`.1 parent 8468570 commit cceada3
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1808 | 1808 | | |
1809 | 1809 | | |
1810 | 1810 | | |
1811 | | - | |
| 1811 | + | |
1812 | 1812 | | |
1813 | 1813 | | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
1814 | 1820 | | |
1815 | 1821 | | |
1816 | 1822 | | |
| |||
0 commit comments