Skip to content

Commit 0579a18

Browse files
gh-94938: Fix test (GH-95396)
(cherry picked from commit 0956b6d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent fa7904c commit 0579a18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/test/test_call.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ def __hash__(self):
1818
# Guaranteed different hash
1919
return str.__hash__(self) ^ 3
2020

21-
def __eq__(self, other):
22-
return False
23-
def __hash__(self):
24-
return str.__hash__(self)
25-
2621

2722
class FunctionCalls(unittest.TestCase):
2823

0 commit comments

Comments
 (0)