]> granicus.if.org Git - python/commit
Issue #26823: Abbreviate recursive tracebacks
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 15 Aug 2016 03:11:34 +0000 (13:11 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 15 Aug 2016 03:11:34 +0000 (13:11 +1000)
commitd00342347e467981b52368235b99a22dc264dab1
treee7ea356a2c4e93f592fd7f3e52e12dfeccfaf13e
parentd61a2e75b5218f0f89b4f623713004edb9512180
Issue #26823: Abbreviate recursive tracebacks

Large sections of repeated lines in tracebacks are now abbreviated as
"[Previous line repeated {count} more times]" by both the traceback
module and the builtin traceback rendering.

Patch by Emanuel Barry.
Doc/library/traceback.rst
Doc/whatsnew/3.6.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS
Python/traceback.c