From 3ea0e665e2064f90435bf2d798ce1e6a0b53b18d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 19 Sep 2023 18:00:52 -0300 Subject: [PATCH] Improve changelog --- changelog/11439.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11439.bugfix.rst b/changelog/11439.bugfix.rst index 9ddc26ecb..b5104b1bc 100644 --- a/changelog/11439.bugfix.rst +++ b/changelog/11439.bugfix.rst @@ -1 +1 @@ -Fix for ValueError exception being raised in faulthandler teardown code. +Handle an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.