mirror of
https://github.com/python/cpython.git
synced 2026-06-22 02:52:14 -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().