GB6890

Graph-Break Type

Short name describing what triggered the graph break

Missing hash_impl override

Context

Values or code snippet captured at the break point

hash_impl {self}

Explanation

Explanation of why the graph break was triggered

{type(self).name} wraps {type(real_val).name} which has a non-default tp_hash. Add a hash_impl override to {type(self).name}.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry