Searched refs:PyUnicode_InternInPlace (Results 1 – 25 of 29) sorted by relevance
12
1261 PyUnicode_InternInPlace(&item); in attrgetter_new()1287 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()1301 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()1599 PyUnicode_InternInPlace(&name); in methodcaller_new()
80 PyUnicode_InternInPlace(obj); in THPUtils_internStringInPlace()
45 PyUnicode_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
1167 PyUnicode_InternInPlace(&v); in r_object()1199 PyUnicode_InternInPlace(&v); in r_object()
146 PyUnicode_InternInPlace(&v); in _PyCodec_Lookup()
905 PyUnicode_InternInPlace(&s); in sys_intern_impl()
2014 PyUnicode_InternInPlace(&str); in parser_init()
284 PyUnicode_InternInPlace(&kwargs[i].first.ptr()); in ParseArguments()622 PyUnicode_InternInPlace(&s.ptr()); in CompiledFunction()
48 PyUnicode_InternInPlace(&_PyTuple_ITEMS(tuple)[i]); in intern_strings()66 PyUnicode_InternInPlace(&v); in intern_string_constants()
1026 PyUnicode_InternInPlace(&name); in PyObject_SetAttr()
2319 PyUnicode_InternInPlace(&obj); in _PyUnicode_FromId()15529 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function15595 PyUnicode_InternInPlace(p); in PyUnicode_InternImmortal()15608 PyUnicode_InternInPlace(&s); in PyUnicode_InternFromString()
562 PyUnicode_InternInPlace(&mod); in type_module()4012 PyUnicode_InternInPlace(&name); in type_setattro()
496 PyUnicode_InternInPlace(&id); in _PyPegen_new_identifier()
178 PyUnicode_InternInPlace(&uni); in _PyPegen_join_names_with_dot()
685 EXPORT_FUNC(PyUnicode_InternInPlace)
767 function,PyUnicode_InternInPlace,3.2,,
2668 PyUnicode_InternInPlace:void:::2669 PyUnicode_InternInPlace:PyObject**:string:+1:
1535 .. c:function:: void PyUnicode_InternInPlace(PyObject **string)1551 :c:func:`PyUnicode_InternInPlace`, returning either a new Unicode string
1572 [function.PyUnicode_InternInPlace]
3237 removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace` instead. Patch