Skip to content

Commit d946b3d

Browse files
committed
state "3.13.7 and earlier"
1 parent f3e301d commit d946b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ the blocked thread.
11031103
11041104
Gross? Yes. This prevents random crashes and/or unexpectedly skipped C++
11051105
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
1106+
here in CPython 3.13.7 and earlier. The CPython runtime GIL acquiring C APIs
11071107
have never had any error reporting or handling expectations at GIL acquisition
11081108
time that would've allowed for graceful exit from this situation. Changing that
11091109
would require new stable C APIs and rewriting the majority of C code in the

0 commit comments

Comments
 (0)