]> 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:42:55 +0000 (16:42 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Oct 2011 14:42:55 +0000 (16:42 +0200)
commitcf28eacafe603fac8784d4a0b22b7864aec4a383
treeb7b543a8d435b63346424dd7dc951b8fe0430efb
parent3de134b1d18ab2e74a4093358fd28333eb101f7a
parent551ba20e8ea9a4a97cf63f28b47175e084eb63cd
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.
Misc/NEWS
Objects/genobject.c