edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
369 stars 45 forks source link

Sync Object __hash__ and __eq__ #355

Closed fmoor closed 2 years ago

fmoor commented 2 years ago

Fixes https://github.com/edgedb/edgedb-python/issues/127

fmoor commented 2 years ago

What are we using for __hash__ now?

currently we use _EdgeGeneric_HashWithBase()

1st1 commented 2 years ago

@fantix this seems to be outdated?