Author rhettinger
Recipients benjamin.peterson, georg.brandl, kmtracey, rhettinger, stevea_zope
Date 2008-07-28.18:56:06
SpamBayes Score 0.00305442
Marked as misclassified No
Message-id <1217271368.23.0.502242793185.issue1242657@psf.upfronthosting.co.za>
In-reply-to
Content
Georg's suggestion seems reasonable.  Alternatively, you can just catch 
AttributeError or TypeError.

Lowering the priority to normal and marking as unresolved.  At some 
point, it would be nice to review the whole code base to see if other 
calls to PyErr_Clear() are too aggressive.  In that review, perhaps a 
more clean and general solution with present itself.
History
Date User Action Args
2008-07-28 18:56:08rhettingersetrecipients: + rhettinger, georg.brandl, stevea_zope, kmtracey, benjamin.peterson
2008-07-28 18:56:08rhettingersetmessageid: <1217271368.23.0.502242793185.issue1242657@psf.upfronthosting.co.za>
2008-07-28 18:56:07rhettingerlinkissue1242657 messages
2008-07-28 18:56:06rhettingercreate