]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45635: refactor print_exception() into smaller functions (GH-29981)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 8 Dec 2021 18:47:27 +0000 (18:47 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 18:47:27 +0000 (18:47 +0000)
commitf893bb2e01307c92ca19597f44874ecaffe7f06f
tree6358e1fc8d3b6421a18f02147244d56673307f94
parentd4363d214097b3fca8b7910c2e0e91c8b0873fb2
bpo-45635: refactor print_exception() into smaller functions (GH-29981)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Python/pythonrun.c