Searched refs:PyUnicode_InternInPlace (Results 1 – 17 of 17) sorted by relevance
80 PyUnicode_InternInPlace(obj); in THPUtils_internStringInPlace()
45 PyUnicode_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
246 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
379 :c:func:`PyUnicode_InternInPlace` no longer prevents its argument from being
71 :c:func:`PyUnicode_InternInPlace` are still immortal. Internals of the
3237 removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace` instead. Patch
284 PyUnicode_InternInPlace(&kwargs[i].first.ptr()); in ParseArguments()622 PyUnicode_InternInPlace(&s.ptr()); in CompiledFunction()
728 EXPORT_FUNC(PyUnicode_InternInPlace)
794 func,PyUnicode_InternInPlace,3.2,,
2706 PyUnicode_InternInPlace:void:::2707 PyUnicode_InternInPlace:PyObject**:string:+1:
914 …<elf-symbol name='PyUnicode_InternInPlace' type='func-type' binding='global-binding' visibility='d…10663 …PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c'…
1502 .. c:function:: void PyUnicode_InternInPlace(PyObject **p_unicode)1530 :c:func:`PyUnicode_InternInPlace`, meant for statically allocated strings.1540 :c:func:`PyUnicode_InternInPlace` directly.
344 PyUnicode_InternInPlace(&arg); in unicode_interninplace()
1591 [function.PyUnicode_InternInPlace]
2312 PyUnicode_InternInPlace(&name); in PyCSimpleType_init()
2215 and will be removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace`
15299 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function