Thanks to visit codestin.com Credit goes to github.com
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 da4f375 commit 2d40dd0Copy full SHA for 2d40dd0
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