]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-43660: Fix crash when displaying exceptions with custom values for sys...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 29 Mar 2021 23:24:17 +0000 (00:24 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 23:24:17 +0000 (00:24 +0100)
commit2f01c562be913004e1d46fc02705c51b81638d67
tree2ccd43c1a6d84259c9c001769e324f5804a1e100
parent7c2284f97d140c4e4a85382bfb3a42440be2464d
[3.7] bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075). (GH-25085)

(cherry picked from commit 09b90a037d18f5d4acdf1b14082e57bda78e85d3)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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