Skip to content

Commit 16a1c46

Browse files
Fix trailing whitespace
1 parent b9ca059 commit 16a1c46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ after the main thread is running. The following objects are immortalized:
116116
* :ref:`classes <classes>` (type objects)
117117

118118
Because immortal objects are never deallocated, applications that create many
119-
objects of these types may see increased memory usage. Work to further reduce
119+
objects of these types may see increased memory usage. Work to further reduce
120120
this overhead continued in the 3.14 release.
121121

122122
Additionally, numeric and string literals in the code as well as strings
123-
returned by :func:`sys.intern` are also immortalized. This behavior remains
123+
returned by :func:`sys.intern` are also immortalized. This behavior remains
124124
in the 3.14 free-threaded build.
125125

126126

@@ -154,8 +154,8 @@ 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
155155
expected to be reduced in upcoming Python release. This overhead was reduced
156156
in the 3.14 release. Reducing overhead further remains an active development goal,
157-
with an aim for 10% or less on the pyperformance suite compared to the default GIL-enabled
158-
build.
157+
with an aim for 10% or less on the pyperformance suite compared to the default GIL-enabled
158+
build.
159159

160160

161161
Behavioral changes

0 commit comments

Comments
 (0)