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 yselivanov
Recipients gvanrossum, ncoghlan, oconnor663, vstinner, yselivanov
Date 2015-12-02.17:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449076369.08.0.790135986268.issue25779@psf.upfronthosting.co.za>
In-reply-to
Content
It's not even a reprlib bug:

try:
    raise Exception
except Exception as ex:
    ex.__context__ = ex
    hasattr(1, 'aa')
History
Date User Action Args
2015-12-02 17:12:49yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, vstinner, oconnor663
2015-12-02 17:12:49yselivanovsetmessageid: <1449076369.08.0.790135986268.issue25779@psf.upfronthosting.co.za>
2015-12-02 17:12:49yselivanovlinkissue25779 messages
2015-12-02 17:12:49yselivanovcreate