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 kristjan.jonsson
Recipients gvanrossum, kristjan.jonsson, pitrou, rhettinger, vstinner
Date 2013-05-25.10:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369479371.53.0.531800415852.issue17936@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good, I'll give it a spin.  This is probably smarter then trying to do tricks with lists.

One question:  I saw you clearing exceptions in the tp_clear() function, isn't it better to use PyErr_PrintUnraisable()?  Is there a guideline to when to use that one in internal code?  When is it safe to just shrug and ignore?
History
Date User Action Args
2013-05-25 10:56:11kristjan.jonssonsetrecipients: + kristjan.jonsson, gvanrossum, rhettinger, pitrou, vstinner
2013-05-25 10:56:11kristjan.jonssonsetmessageid: <1369479371.53.0.531800415852.issue17936@psf.upfronthosting.co.za>
2013-05-25 10:56:11kristjan.jonssonlinkissue17936 messages
2013-05-25 10:56:11kristjan.jonssoncreate