]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
authorIrit Katriel <iritkatriel@yahoo.com>
Fri, 15 Jan 2021 02:45:02 +0000 (02:45 +0000)
committerGitHub <noreply@github.com>
Fri, 15 Jan 2021 02:45:02 +0000 (18:45 -0800)
commit4c94d74152a511d977fe26a4f3a32b7352ba9024
treecc0cb73d6512b874ae0886ee94aa0acce1c54488
parente5fe509054183bed9aef42c92da8407d339e8af8
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)

Use it to reduce the time and memory taken up by several of traceback's module-level functions.
Doc/library/traceback.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2021-01-13-12-55-41.bpo-42877.Fi1zEG.rst [new file with mode: 0644]