aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/12-misc/13586-nested-timeout.rst
blob: 2c31dc210aee459f8e5bae481c6dfa7db33d490b (plain)
1
2
3
4
5
6
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).