There was an error while loading. Please reload this page.
1 parent 8d02f69 commit e6bff94Copy full SHA for e6bff94
1 file changed
Lib/test/test_copy.py
@@ -70,7 +70,7 @@ def __reduce__(*args):
70
71
def test_copy_reduce(self):
72
class C(object):
73
- def __reduce_ex__(self, proto):
+ def __reduce_ex__(*args):
74
self.fail("shouldn't call this")
75
def __reduce__(self):
76
c.append(1)
@@ -345,7 +345,7 @@ def __reduce__(*args):
345
346
def test_deepcopy_reduce(self):
347
348
349
350
351
0 commit comments