mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
67a5fdbcc2
* traceback.c (tb_print): use sys.tracebacklimit as a maximum number of traceback entries to print (default 1000). * ceval.c (printtraceback): Don't print stack trace header -- this is now done by tb_print().