Searched refs:PyUnicode_InternInPlace (Results 1 – 21 of 21) sorted by relevance
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()
1032 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()3998 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()
910 PyUnicode_InternInPlace(&s); in sys_intern_impl()
1962 PyUnicode_InternInPlace(&str); in parser_init()
747 function,PyUnicode_InternInPlace,3.2,
2731 PyUnicode_InternInPlace:void:::2732 PyUnicode_InternInPlace:PyObject**:string:+1:
672 EXPORT_FUNC(PyUnicode_InternInPlace)
138 PyUnicode_InternInPlace(&id); in _PyPegen_new_identifier()1655 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
2203 and will be removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace`