]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 31 Aug 2021 20:42:08 +0000 (21:42 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 20:42:08 +0000 (21:42 +0100)
commit863154c9292e70c5a8a1a3f22ef4ee42e2304281
tree494d7e167c6d21600a6db95642af773a1e4eeb46
parent22fe0eb13c3441b71b60aaea0e7fe289a29783da
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Doc/library/traceback.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2021-08-30-13-55-09.bpo-31299.9QzjZs.rst [new file with mode: 0644]