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, vstinner, yselivanov
Date 2015-12-02.17:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449076441.38.0.963505882098.issue25782@psf.upfronthosting.co.za>
In-reply-to
Content
try:
    raise Exception
except Exception as ex:
    ex.__context__ = ex
    hasattr(1, 'aa')
History
Date User Action Args
2015-12-02 17:14:01yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, vstinner
2015-12-02 17:14:01yselivanovsetmessageid: <1449076441.38.0.963505882098.issue25782@psf.upfronthosting.co.za>
2015-12-02 17:14:01yselivanovlinkissue25782 messages
2015-12-02 17:14:01yselivanovcreate