8000 [3.13] gh-133260: Remove claim that PyUnicode_InternFromString immort… · python/cpython@a9ba2ec · GitHub
[go: up one dir, main page]

Skip to content

Commit a9ba2ec

Browse files
[3.13] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213) (GH-134884)
(cherry picked from commit 4109a9c) Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent aebb4ea commit a9ba2ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/c-api/unicode.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,8 +1643,4 @@ They all return ``NULL`` or ``-1`` if an exception occurs.
16431643
from user input, prefer calling :c:func:`PyUnicode_FromString` and
16441644
:c:func:`PyUnicode_InternInPlace` directly.
16451645
1646-
.. impl-detail::
1647-
1648-
Strings interned this way are made :term:`immortal`.
1649-
16501646

0 commit comments

Comments
 (0)
0