]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45635: refactor print_exception_recursive into smaller functions to standardize...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 10 Dec 2021 23:02:10 +0000 (23:02 +0000)
committerGitHub <noreply@github.com>
Fri, 10 Dec 2021 23:02:10 +0000 (23:02 +0000)
commit0fe104fce7da709edddb701baa2249e3275db1fd
tree07e1c797fd8ca2a686d900347e0d317663de3092
parentc1051e08b3c6d9045322763876a4b0aea98d79f9
bpo-45635: refactor print_exception_recursive into smaller functions to standardize error handling (GH-30015)

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