Closed saschatimme closed 4 years ago
The documentation advises to implement the two argument form of Base.hash. Otherwise it can still happen that hashing happens based on the object id (which we don't want to happen).
Base.hash
@isuruf Do you have any feedback on that?
Thanks @saschatimme. Sorry it took long to review.
The documentation advises to implement the two argument form of
Base.hash
. Otherwise it can still happen that hashing happens based on the object id (which we don't want to happen).