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 georg.brandl
Recipients benjamin.peterson, ferringb, georg.brandl, nnorwitz, rhettinger, schmir
Date 2008-05-16.13:35:24
SpamBayes Score 0.0069339364
Marked as misclassified No
Message-id <1210944925.82.0.579101436086.issue1574217@psf.upfronthosting.co.za>
In-reply-to
Content
There are more locations in abstract.c where exceptions are
unconditionally masked after a GetAttr operation:

* line 1630, 1717 in PyNumber_{Long,Int} when looking for .__trunc__
* line 2932, in PyObject_IsInstance
History
Date User Action Args
2008-05-16 13:35:26georg.brandlsetspambayes_score: 0.00693394 -> 0.0069339364
recipients: + georg.brandl, nnorwitz, rhettinger, ferringb, schmir, benjamin.peterson
2008-05-16 13:35:25georg.brandlsetspambayes_score: 0.00693394 -> 0.00693394
messageid: <1210944925.82.0.579101436086.issue1574217@psf.upfronthosting.co.za>
2008-05-16 13:35:24georg.brandllinkissue1574217 messages
2008-05-16 13:35:24georg.brandlcreate