]> granicus.if.org Git - python/commit
(Merge 3.4) asyncio, Tulip issue 137: In debug mode, save traceback where
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 11:55:28 +0000 (13:55 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 11:55:28 +0000 (13:55 +0200)
commiteb39199f3def654b502bc8362d241bcbcc2891c7
treea6a8f6a1645b130c8d725ed8e804d4e3640e9b44
parentfe4a979099300e502eff8a1fd6f6d6a596771dda
parent80f53aa9a0b2af28c9d8052c46b452cccb8e0b41
(Merge 3.4) asyncio, Tulip issue 137: In debug mode, save traceback where
Future, Task and Handle objects are created. Pass the traceback to
call_exception_handler() in the 'source_traceback' key.

The traceback is truncated to hide internal calls in asyncio, show only the
traceback from user code.

Add tests for the new source_traceback, and a test for the 'Future/Task
exception was never retrieved' log.