aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLasse Blaauwbroek2020-11-22 11:25:04 +0100
committerLasse Blaauwbroek2021-03-04 20:43:02 +0100
commit2da1eef317464036e3a122368508a5f3e4d21f6d (patch)
tree04bc3fb8788dbfe85f353a4ef72eaea70b1cc6ab /doc
parentbb4e1a76802a5440605264320ed528331ec0e2b7 (diff)
Properly support nested timeouts
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/12-misc/13586-nested-timeout.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/12-misc/13586-nested-timeout.rst b/doc/changelog/12-misc/13586-nested-timeout.rst
new file mode 100644
index 0000000000..2c31dc210a
--- /dev/null
+++ b/doc/changelog/12-misc/13586-nested-timeout.rst
@@ -0,0 +1,7 @@
+- **Fixed:**
+ Fix the timeout facility on Unix to allow for nested timeouts.
+ Previous behavior on nested timeouts was that an "inner" timeout would replace an "outer"
+ timeout, so that the outer timeout would no longer fire. With the new behavior, Unix and Windows
+ implementations should be (approximately) equivalent.
+ (`#13586 <https://github.com/coq/coq/pull/13586>`_,
+ by Lasse Blaauwbroek).