catacomb/__init__.py: Implement equality and hashing for `KeyData' objects.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 12:07:16 +0000 (12:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commit1fae937d27b04ee48b15ae442ee7c46cc10511fd
treea730a8b5b04d9da3f39779ab3ddd0b6fd3d5efc1
parent88ec9a2d443e208f0891ad72ce227a903845d3ab
catacomb/__init__.py: Implement equality and hashing for `KeyData' objects.

Equality is determined by value, so don't use `KeyData' objects as
hashtable keys and then mutate them.
catacomb/__init__.py
t/t-key.py