mirror of
https://github.com/python/cpython.git
synced 2026-08-11 03:38:55 +08: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().