This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Trundle
Recipients Trundle, berker.peksag
Date 2016-11-07.20:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-07 20:40:32Trundlesetrecipients: + Trundle, berker.peksag
2016-11-07 20:40:32Trundlesetmessageid: <[email protected]>
2016-11-07 20:40:32Trundlelinkissue28603 messages
2016-11-07 20:40:32Trundlecreate