ingrid added the comment:

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).

----------
keywords: +patch
nosy: +ingrid
Added file: http://bugs.python.org/file29837/issue17413.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17413>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to