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 therve
Recipients georg.brandl, ludvig.ericson, therve
Date 2007-08-30.09:18:54
SpamBayes Score 0.15630765
Marked as misclassified No
Message-id <1188465535.82.0.14004109622.issue1686386@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch correcting the problem, with tests. It doesn't have much
to do with exception, it's mainly a problem with PyObject_Str and
PyObject_Repr, that I corrected with Py_EnterRecursiveCall calls.

Maybe the bug should be reclassified, at least the title changed.
Files
File name Uploaded
1686386.diff therve, 2007-08-30.09:18:54
History
Date User Action Args
2007-08-30 09:18:55thervesetspambayes_score: 0.156308 -> 0.15630765
recipients: + therve, georg.brandl, ludvig.ericson
2007-08-30 09:18:55thervesetspambayes_score: 0.156308 -> 0.156308
messageid: <1188465535.82.0.14004109622.issue1686386@psf.upfronthosting.co.za>
2007-08-30 09:18:55thervelinkissue1686386 messages
2007-08-30 09:18:55thervecreate