Nick Coghlan d00342347e 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.
2016-08-15 13:11:34 +10:00
..
2016-07-14 22:02:09 -07:00
2016-05-08 14:02:35 +00:00
2016-01-26 00:40:57 +01:00
2016-07-08 16:44:54 -07:00
2016-03-23 09:52:13 +01:00
2016-08-07 20:20:33 -07:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-06-04 05:26:40 +00:00

Miscellaneous source files for the main Python shared library