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

Andreas Stührk report at bugs.python.org
Mon Nov 7 15:40:32 EST 2016


Andreas Stührk added the comment:

It was reported as bug to a project that uses the traceback module (https://github.com/bpython/bpython/issues/651). Parsley (https://pypi.python.org/pypi/Parsley) is at least one library that uses unhashable exceptions, although I guess it's by accident: it defines __eq__, but not __hash__ and that makes the exception unhashable under Python 3.

----------

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


More information about the Python-bugs-list mailing list