]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Mar 2021 23:03:16 +0000 (16:03 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 23:03:16 +0000 (16:03 -0700)
commitba7f8638f93b5d999b25d8556ca19bdc2e12f359
treecdb59e3f098d7503faef3ec7a2aeba3a32ff4d4a
parent20b2f2bfc2e72c6d9ed983d1f0aa7a141e9b3fc3
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)

(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