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 doerwalter
Recipients christian.heimes, doerwalter, ezio.melotti, lemburg, pkt, serhiy.storchaka, vstinner
Date 2015-05-02.13:05:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430571928.05.0.156980697959.issue24102@psf.upfronthosting.co.za>
In-reply-to
Content
Looks much better. However shouldn't:

   exc->ob_type->tp_name

be:

   Py_TYPE(exc)->tp_name

(although there are still many spots in the source that still use ob_type->tp_name)
History
Date User Action Args
2015-05-02 13:05:28doerwaltersetrecipients: + doerwalter, lemburg, vstinner, christian.heimes, ezio.melotti, serhiy.storchaka, pkt
2015-05-02 13:05:28doerwaltersetmessageid: <1430571928.05.0.156980697959.issue24102@psf.upfronthosting.co.za>
2015-05-02 13:05:28doerwalterlinkissue24102 messages
2015-05-02 13:05:27doerwaltercreate