Skip to content

Commit 1a0581b

Browse files
patchback[bot]Iwithyou2025nicoddemus
authored
Remove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)
--------- (cherry picked from commit 216c7ec) Co-authored-by: Iwithyou2025 <[email protected]> Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 4e631a7 commit 1a0581b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/13492.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed outdated warning about ``faulthandler`` not working on Windows.

doc/en/how-to/failures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ on the command-line.
112112

113113
Also the :confval:`faulthandler_timeout=X<faulthandler_timeout>` configuration option can be used
114114
to dump the traceback of all threads if a test takes longer than ``X``
115-
seconds to finish (not available on Windows).
115+
seconds to finish.
116116

117117
.. note::
118118

0 commit comments

Comments
 (0)