We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639865d commit 0fbecc6Copy full SHA for 0fbecc6
Doc/howto/free-threading-python.rst
@@ -116,8 +116,8 @@ after the main thread is running. The following objects are immortalized:
116
* :ref:`classes <classes>` (type objects)
117
118
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.
+objects of these types may see increased memory usage. This overhead was removed
+in the 3.14 release.
121
122
Additionally, numeric and string literals in the code as well as strings
123
returned by :func:`sys.intern` are also immortalized. This behavior remains
0 commit comments