]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 29 Mar 2021 22:38:51 +0000 (23:38 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 22:38:51 +0000 (23:38 +0100)
commit09b90a037d18f5d4acdf1b14082e57bda78e85d3
treedcdab5633c14b61546e3de07c232af3b5c379f83
parentc8b5738810516df5722caf049003e9b319427bec
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2021-03-29-19-50-34.bpo-43660.scTgag.rst [new file with mode: 0644]
Python/pythonrun.c