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 pitrou
Recipients gvanrossum, kristjan.jonsson, pitrou, rhettinger, vstinner
Date 2013-05-25.10:58:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369479476.2562.0.camel@fsol>
In-reply-to <1369479371.53.0.531800415852.issue17936@psf.upfronthosting.co.za>
Content
> One question:  I saw you clearing exceptions in the tp_clear()
> function, isn't it better to use PyErr_PrintUnraisable()?

You're right, that would be better. I was just being lazy.
History
Date User Action Args
2013-05-25 10:58:04pitrousetrecipients: + pitrou, gvanrossum, rhettinger, kristjan.jonsson, vstinner
2013-05-25 10:58:04pitroulinkissue17936 messages
2013-05-25 10:58:04pitroucreate