mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
* 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().