]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41031: Match C and Python code formatting of unprintable exceptions and exception...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 5 Sep 2021 15:54:13 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 15:54:13 +0000 (18:54 +0300)
commit9e31b3952f6101ef71ec029481b972169ab0e0f1
treeb325ae97e170eafbdb9b58a5cc1755446c5667b5
parentb01fd533fef78b088674bad73267b89bea98e904
bpo-41031: Match C and Python code formatting of unprintable exceptions and exceptions in the __main__ module. (GH-28139)
Lib/test/test_sys.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2021-09-03-12-35-17.bpo-41031.yPSJEs.rst [new file with mode: 0644]
Python/errors.c
Python/pythonrun.c