[issue13188] generator.throw() ignores __traceback__ of exception

Antoine Pitrou report at bugs.python.org
Tue Oct 18 16:44:18 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Actually, it is documented:
“Return the traceback associated with the exception as a new reference (...)”
http://docs.python.org/dev/c-api/exceptions.html#PyException_GetTraceback

Thanks for the patch, will apply!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13188>
_______________________________________


More information about the Python-bugs-list mailing list