]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213)
authorPetr Viktorin <encukou@gmail.com>
Thu, 29 May 2025 13:36:59 +0000 (15:36 +0200)
committerGitHub <noreply@github.com>
Thu, 29 May 2025 13:36:59 +0000 (15:36 +0200)
Doc/c-api/unicode.rst

index cdd90d05b70b36df33b6337fba66b7d946b12bc3..684432da81c61fb1fe14d5dee1706a30d9c8cfcb 100644 (file)
@@ -1726,10 +1726,6 @@ They all return ``NULL`` or ``-1`` if an exception occurs.
    from user input, prefer calling :c:func:`PyUnicode_FromString` and
    :c:func:`PyUnicode_InternInPlace` directly.
 
-   .. impl-detail::
-
-      Strings interned this way are made :term:`immortal`.
-
 
 .. c:function:: unsigned int PyUnicode_CHECK_INTERNED(PyObject *str)