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 yselivanov
Date 2015-12-02.17:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This isn't a bug of reprlib -- it's something in the core. Will create a separate issue for this.

    try:
        raise Exception
    except Exception as ex:
        ex.__context__ = ex
        hasattr(1, 'aa')
History
Date User Action Args
2015-12-02 17:12:06yselivanovsetrecipients: + yselivanov
2015-12-02 17:12:06yselivanovsetmessageid: <[email protected]>
2015-12-02 17:12:06yselivanovlinkissue25781 messages
2015-12-02 17:12:06yselivanovcreate