Commit 024cb9a
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 4605759 commit 024cb9a
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1860 | 1860 | | |
1861 | 1861 | | |
1862 | 1862 | | |
1863 | | - | |
| 1863 | + | |
1864 | 1864 | | |
1865 | 1865 | | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
1866 | 1872 | | |
1867 | 1873 | | |
1868 | 1874 | | |
| |||
0 commit comments