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 cafbcd6 commit 4109a9cCopy full SHA for 4109a9c
1 file changed
Doc/c-api/unicode.rst
@@ -1726,10 +1726,6 @@ They all return ``NULL`` or ``-1`` if an exception occurs.
1726
from user input, prefer calling :c:func:`PyUnicode_FromString` and
1727
:c:func:`PyUnicode_InternInPlace` directly.
1728
1729
- .. impl-detail::
1730
-
1731
- Strings interned this way are made :term:`immortal`.
1732
1733
1734
.. c:function:: unsigned int PyUnicode_CHECK_INTERNED(PyObject *str)
1735
0 commit comments