Message 255729 - Python tracker

Message255729

Author yselivanov
Recipients yselivanov
Date 2015-12-02.17:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449076326.18.0.291394488739.issue25781@psf.upfronthosting.co.za>
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: <1449076326.18.0.291394488739.issue25781@psf.upfronthosting.co.za>
2015-12-02 17:12:06yselivanovlinkissue25781 messages
2015-12-02 17:12:06yselivanovcreate