File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ after the main thread is running. The following objects are immortalized:
116116* :ref: `classes <classes >` (type objects)
117117
118118Because 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
120120this overhead continued in the 3.14 release.
121121
122122Additionally, 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
124124in the 3.14 free-threaded build.
125125
126126
@@ -154,8 +154,8 @@ interpreter (:pep:`659`) is disabled in the free-threaded build. We expect
154154to re-enable it in a thread-safe way in the 3.14 release. This overhead is
155155expected to be reduced in upcoming Python release. This overhead was reduced
156156in 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
161161Behavioral changes
You can’t perform that action at this time.
0 commit comments