Skip to content

Commit b9ca059

Browse files
gh-140281: Doc: Update free-threading how-to
1 parent 810fde1 commit b9ca059

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ Programs that spend most of their time in C extensions or I/O will see
152152
less of an impact. The largest impact is because the specializing adaptive
153153
interpreter (:pep:`659`) is disabled in the free-threaded build. We expect
154154
to re-enable it in a thread-safe way in the 3.14 release. This overhead is
155-
expected to be reduced in upcoming Python release. This overhead **was reduced**
156-
in the 3.14 release. Reducing overhead further **remains an active development goal**,
155+
expected to be reduced in upcoming Python release. This overhead was reduced
156+
in the 3.14 release. Reducing overhead further remains an active development goal,
157157
with an aim for 10% or less on the pyperformance suite compared to the default GIL-enabled
158158
build.
159159

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the free-threading how-to guide for 3.14 status.

0 commit comments

Comments
 (0)