edgedb-python
edgedb-python copied to clipboard
Sync Object __hash__ and __eq__
Fixes https://github.com/edgedb/edgedb-python/issues/127
What are we using for
__hash__now?
currently we use _EdgeGeneric_HashWithBase()
@fantix this seems to be outdated?