[issue28603] traceback module can't format/print unhashable exceptions

Berker Peksag report at bugs.python.org
Mon Nov 7 15:31:27 EST 2016


Berker Peksag added the comment:

Thanks for the patch. Out of curiosity, how did you get an unhashable exception? Is there a way to reproduce this without creating a custom exception and set __hash__ to None? In other words, what's your use case?

----------
nosy: +berker.peksag
stage:  -> patch review
type:  -> behavior
versions: +Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28603>
_______________________________________


More information about the Python-bugs-list mailing list