Searched refs:PyUnicode_InternInPlace (Results 1 – 25 of 25) sorted by relevance
45 PyUnicode_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
1201 PyUnicode_InternInPlace(&item); in attrgetter_new()1227 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()1241 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()1512 PyUnicode_InternInPlace(&name); in methodcaller_new()
910 PyUnicode_InternInPlace(&unknown_filename); in tracemalloc_init()
6709 PyUnicode_InternInPlace(&d_key); in load_build()
263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
54 PyUnicode_InternInPlace(&_PyTuple_ITEMS(tuple)[i]); in intern_strings()72 PyUnicode_InternInPlace(&v); in intern_string_constants()
1042 PyUnicode_InternInPlace(&name); in PyObject_SetAttr()
2373 PyUnicode_InternInPlace(&obj); in _PyUnicode_FromId()15833 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function15905 PyUnicode_InternInPlace(p); in PyUnicode_InternImmortal()15918 PyUnicode_InternInPlace(&s); in PyUnicode_InternFromString()
597 PyUnicode_InternInPlace(&mod); in type_module()3996 PyUnicode_InternInPlace(&name); in type_setattro()
3613 PyUnicode_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
1116 PyUnicode_InternInPlace(&v); in r_object()1148 PyUnicode_InternInPlace(&v); in r_object()
145 PyUnicode_InternInPlace(&v); in _PyCodec_Lookup()
1962 PyUnicode_InternInPlace(&str); in parser_init()
909 PyUnicode_InternInPlace(&s); in sys_intern_impl()
284 PyUnicode_InternInPlace(&kwargs[i].first.ptr()); in ParseArguments()622 PyUnicode_InternInPlace(&s.ptr()); in CompiledFunction()
672 EXPORT_FUNC(PyUnicode_InternInPlace)
747 function,PyUnicode_InternInPlace,3.2,
2731 PyUnicode_InternInPlace:void:::2732 PyUnicode_InternInPlace:PyObject**:string:+1:
819 …<elf-symbol name='PyUnicode_InternInPlace' type='func-type' binding='global-binding' visibility='d…1818 …<function-decl name='PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='./I…10899 …PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c'…
137 PyUnicode_InternInPlace(&id); in _PyPegen_new_identifier()1657 PyUnicode_InternInPlace(&uni); in _PyPegen_join_names_with_dot()
1480 function PyUnicode_InternInPlace
1712 .. c:function:: void PyUnicode_InternInPlace(PyObject **string)1728 :c:func:`PyUnicode_InternInPlace`, returning either a new Unicode string
3237 removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace` instead. Patch
2206 and will be removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace`
139 # define PyText_InternInPlace PyUnicode_InternInPlace