commit | b798ab06937f8bb24b444a49dd42e11fff15e654 | [log] [tgz] |
---|---|---|
author | Irit Katriel <iritkatriel@yahoo.com> | Tue Feb 23 17:43:04 2021 +0000 |
committer | GitHub <noreply@github.com> | Tue Feb 23 09:43:04 2021 -0800 |
tree | c1f19563b4aa8a307f3763fc70731dc004ed0c02 | |
parent | 26f18b8540b49d592af66361f8df1a03953d1768 [diff] |
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629) (The previous commit fixed print_exception(None, None, None).)