Home
last modified time | relevance | path

Searched refs:PyUnicode_InternImmortal (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h270 Py_DEPRECATED(3.10) PyAPI_FUNC(void) PyUnicode_InternImmortal(PyObject **);
/third_party/python/Doc/data/
Dstable_abi.dat746 function,PyUnicode_InternImmortal,3.2,
/third_party/python/PC/
Dpython3dll.c671 EXPORT_FUNC(PyUnicode_InternImmortal)
/third_party/python/Misc/
Dstable_abi.txt1478 function PyUnicode_InternImmortal
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst3236 The ``PyUnicode_InternImmortal()`` function is now deprecated and will be
/third_party/python/Doc/whatsnew/
D3.10.rst2202 * The ``PyUnicode_InternImmortal()`` function is now deprecated
/third_party/python/Objects/
Dunicodeobject.c15894 PyUnicode_InternImmortal(PyObject **p) in PyUnicode_InternImmortal() function