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 ingrid
Recipients Aaron.Meurer, HJarausch, inducer, ingrid, r.david.murray
Date 2013-04-13.23:38:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365896312.7.0.673816707631.issue17413@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that settrace works normally when an exception is raised in the python code with the raise keyword. If an exception is raised in the C code, settrace breaks as the C code passes all exceptions as strings. To fix this issue we just added a line to normalize the C exception within settrace. We included a regression test for this defect.

I paired on this with user bmac (http://bugs.python.org/user17692).
History
Date User Action Args
2013-04-13 23:38:32ingridsetrecipients: + ingrid, inducer, r.david.murray, Aaron.Meurer, HJarausch
2013-04-13 23:38:32ingridsetmessageid: <1365896312.7.0.673816707631.issue17413@psf.upfronthosting.co.za>
2013-04-13 23:38:32ingridlinkissue17413 messages
2013-04-13 23:38:32ingridcreate