]> 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:24:33 +0000 (16:24 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 23:24:33 +0000 (00:24 +0100)
commitff4715a7332123713de9920e724bb6c412d8ccef
treeb6dad8054715457ca8074d28868754f278c77d1e
parentacb584958e215aff8fc8f5e2eb3fef481b662f69
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083)

(cherry picked from commit 09b90a037d18f5d4acdf1b14082e57bda78e85d3)

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