Message186867
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). |
|
Date |
User |
Action |
Args |
2013-04-13 23:38:32 | ingrid | set | recipients:
+ ingrid, inducer, r.david.murray, Aaron.Meurer, HJarausch |
2013-04-13 23:38:32 | ingrid | set | messageid: <1365896312.7.0.673816707631.issue17413@psf.upfronthosting.co.za> |
2013-04-13 23:38:32 | ingrid | link | issue17413 messages |
2013-04-13 23:38:32 | ingrid | create | |
|