3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Fix #1540 Remove extraneous function

Remove extra __deepcopy__ function definition that shadows working implementation.
This commit is contained in:
Filipe Gonçalves 2018-03-16 22:04:39 +10:00 committed by GitHub
parent b1f05d8271
commit e4cab7bc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,9 +368,6 @@ class AstRef(Z3PPObject):
def __copy__(self):
return self.translate(self.ctx)
def __deepcopy__(self):
return self.translate(self.ctx)
def hash(self):
"""Return a hashcode for the `self`.