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 gvanrossum
Recipients gvanrossum, thomaslee
Date 2007-10-09.17:21:20
SpamBayes Score 0.09083582
Marked as misclassified No
Message-id <1191950480.91.0.476861069462.issue1249@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks!

This patch looks fine, except the PyClear() call is unnecessary.  I
suppose you copied it from the similar return clauses further down, but
there they clear an exception set by the _getbuffer() call.  But just
calling PyObject_IsInstance() cannot set an exception.

Committed revision 58390.
History
Date User Action Args
2007-10-09 17:21:21gvanrossumsetspambayes_score: 0.0908358 -> 0.09083582
recipients: + gvanrossum, thomaslee
2007-10-09 17:21:20gvanrossumsetspambayes_score: 0.0908358 -> 0.0908358
messageid: <1191950480.91.0.476861069462.issue1249@psf.upfronthosting.co.za>
2007-10-09 17:21:20gvanrossumlinkissue1249 messages
2007-10-09 17:21:20gvanrossumcreate