From 72ccfafac402c93bb7277409ba558fd8aee25e14 Mon Sep 17 00:00:00 2001 From: Iwithyou Date: Fri, 6 Jun 2025 17:20:11 +0800 Subject: [PATCH 1/2] Remove outdated warning about faulthandler_timeout on Windows --- doc/en/how-to/failures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/failures.rst b/doc/en/how-to/failures.rst index b3d0c155b48..0c45cd7b118 100644 --- a/doc/en/how-to/failures.rst +++ b/doc/en/how-to/failures.rst @@ -112,7 +112,7 @@ on the command-line. Also the :confval:`faulthandler_timeout=X` configuration option can be used to dump the traceback of all threads if a test takes longer than ``X`` -seconds to finish (not available on Windows). +seconds to finish. .. note:: From ed3fdb066d501f06bebfe61cbc073b7fca239202 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 6 Jun 2025 09:19:57 -0300 Subject: [PATCH 2/2] Create 13492.doc.rst --- changelog/13492.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/13492.doc.rst diff --git a/changelog/13492.doc.rst b/changelog/13492.doc.rst new file mode 100644 index 00000000000..6e3f72a860e --- /dev/null +++ b/changelog/13492.doc.rst @@ -0,0 +1 @@ +Fixed outdated warning about ``faulthandler`` not working on Windows.