]> granicus.if.org Git - python/commit
Issue #13188: When called without an explicit traceback argument,
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Oct 2011 14:40:50 +0000 (16:40 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Oct 2011 14:40:50 +0000 (16:40 +0200)
commit551ba20e8ea9a4a97cf63f28b47175e084eb63cd
treea4b28e975a3e3b7bef76a97e201d1f0631b1b3e6
parent6bfecd1271b305afcbe3f3f68980f89aa44e1910
Issue #13188: When called without an explicit traceback argument,
generator.throw() now gets the traceback from the passed exception's
`__traceback__` attribute.  Patch by Petri Lehtinen.
Lib/test/test_generators.py
Misc/NEWS
Objects/genobject.c