Skip to content

Commit 0fbecc6

Browse files
Doc: Address review on immortalization status (it's removed)
1 parent 639865d commit 0fbecc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ 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
120-
this overhead continued in the 3.14 release.
119+
objects of these types may see increased memory usage. This overhead was removed
120+
in the 3.14 release.
121121

122122
Additionally, numeric and string literals in the code as well as strings
123123
returned by :func:`sys.intern` are also immortalized. This behavior remains

0 commit comments

Comments
 (0)