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 f3e301d commit d946b3dCopy full SHA for d946b3d
Doc/c-api/init.rst
@@ -1103,7 +1103,7 @@ the blocked thread.
1103
1104
Gross? Yes. This prevents random crashes and/or unexpectedly skipped C++
1105
finalizations further up the call stack when such threads were forcibly exited
1106
-here in CPython 3.13 and earlier. The CPython runtime GIL acquiring C APIs
+here in CPython 3.13.7 and earlier. The CPython runtime GIL acquiring C APIs
1107
have never had any error reporting or handling expectations at GIL acquisition
1108
time that would've allowed for graceful exit from this situation. Changing that
1109
would require new stable C APIs and rewriting the majority of C code in the
0 commit comments