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 f01a9f8 commit 85fea13Copy full SHA for 85fea13
Doc/c-api/init.rst
@@ -2716,8 +2716,8 @@ Operating System Thread APIs
2716
.. warning::
2717
2718
If the current system uses POSIX threads (also known as "pthreads"),
2719
- this calls :manpage:`pthread_exit(3)`, attempts to unwind the stack and
2720
- call C++ destructors on some libc implementations. However, if a
+ this calls :manpage:`pthread_exit(3)`, which attempts to unwind the stack
+ and call C++ destructors on some libc implementations. However, if a
2721
``noexcept`` function is reached, they may terminate the process.
2722
Other systems, such as macOS, do unwinding.
2723
0 commit comments