File tree
1 file changed
+0
-4
lines changed- Doc/c-api
- Original file line numberDiff line numberDiff line change@@ -1726,10 +1726,6 @@ They all return ``NULL`` or ``-1`` if an exception occurs.
1726
1726
from user input, prefer calling :c:func:`PyUnicode_FromString` and1727
1727
:c:func:`PyUnicode_InternInPlace` directly.1728
1728
1729
-
.. impl-detail::1730
-
1731
-
Strings interned this way are made :term:`immortal`.1732
-
1733
1729
1734
1730
.. c:function:: unsigned int PyUnicode_CHECK_INTERNED(PyObject *str)1735
1731
- Original file line numberDiff line numberDiff line change
0 commit comments