From: Victor Stinner Date: Fri, 27 Jun 2014 11:55:28 +0000 (+0200) Subject: (Merge 3.4) asyncio, Tulip issue 137: In debug mode, save traceback where X-Git-Tag: v3.5.0a1~1391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb39199f3def654b502bc8362d241bcbcc2891c7;p=thirdparty%2FPython%2Fcpython.git (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. --- eb39199f3def654b502bc8362d241bcbcc2891c7