Nick Coghlan <ncoghlan at ...> writes: > How would dict equality be defined? In terms of values, or in terms of > value identity? Completely identity. __eq__ and __hash__ should never be called.