]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629)
authorIrit Katriel <iritkatriel@yahoo.com>
Tue, 23 Feb 2021 17:43:04 +0000 (17:43 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 17:43:04 +0000 (09:43 -0800)
commitb798ab06937f8bb24b444a49dd42e11fff15e654
treec1f19563b4aa8a307f3763fc70731dc004ed0c02
parent26f18b8540b49d592af66361f8df1a03953d1768
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629)

(The previous commit fixed print_exception(None, None, None).)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2021-02-23-17-20-16.bpo-43146.JAFplg.rst [new file with mode: 0644]