We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d905d commit f50cbbbCopy full SHA for f50cbbb
Doc/c-api/init.rst
@@ -2720,7 +2720,7 @@ Operating System Thread APIs
2720
If the current system uses POSIX threads (also known as "pthreads"),
2721
this calls :manpage:`pthread_exit(3)`, which attempts to unwind the stack
2722
and call C++ destructors on some libc implementations. However, if a
2723
- ``noexcept`` function is reached, they may terminate the process.
+ ``noexcept`` function is reached, it may terminate the process.
2724
Other systems, such as macOS, do unwinding.
2725
2726
On Windows, this function calls ``_endthreadex``, which kills the thread
0 commit comments