Home
last modified time | relevance | path

Searched refs:PyUnicode_InternInPlace (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Modules/
D_operator.c1201 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()
D_tracemalloc.c910 PyUnicode_InternInPlace(&unknown_filename); in tracemalloc_init()
D_pickle.c6709 PyUnicode_InternInPlace(&d_key); in load_build()
/third_party/python/Include/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/third_party/python/Objects/
Dcodeobject.c54 PyUnicode_InternInPlace(&_PyTuple_ITEMS(tuple)[i]); in intern_strings()
72 PyUnicode_InternInPlace(&v); in intern_string_constants()
Dobject.c1032 PyUnicode_InternInPlace(&name); in PyObject_SetAttr()
Dunicodeobject.c2373 PyUnicode_InternInPlace(&obj); in _PyUnicode_FromId()
15833 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function
15905 PyUnicode_InternInPlace(p); in PyUnicode_InternImmortal()
15918 PyUnicode_InternInPlace(&s); in PyUnicode_InternFromString()
Dtypeobject.c597 PyUnicode_InternInPlace(&mod); in type_module()
3998 PyUnicode_InternInPlace(&name); in type_setattro()
Ddictobject.c3613 PyUnicode_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
/third_party/python/Python/
Dmarshal.c1116 PyUnicode_InternInPlace(&v); in r_object()
1148 PyUnicode_InternInPlace(&v); in r_object()
Dcodecs.c145 PyUnicode_InternInPlace(&v); in _PyCodec_Lookup()
Dsysmodule.c910 PyUnicode_InternInPlace(&s); in sys_intern_impl()
Dgetargs.c1962 PyUnicode_InternInPlace(&str); in parser_init()
/third_party/python/Doc/data/
Dstable_abi.dat747 function,PyUnicode_InternInPlace,3.2,
Drefcounts.dat2731 PyUnicode_InternInPlace:void:::
2732 PyUnicode_InternInPlace:PyObject**:string:+1:
/third_party/python/PC/
Dpython3dll.c672 EXPORT_FUNC(PyUnicode_InternInPlace)
/third_party/python/Parser/
Dpegen.c138 PyUnicode_InternInPlace(&id); in _PyPegen_new_identifier()
1655 PyUnicode_InternInPlace(&uni); in _PyPegen_join_names_with_dot()
/third_party/python/Misc/
Dstable_abi.txt1480 function PyUnicode_InternInPlace
/third_party/python/Doc/c-api/
Dunicode.rst1712 .. c:function:: void PyUnicode_InternInPlace(PyObject **string)
1728 :c:func:`PyUnicode_InternInPlace`, returning either a new Unicode string
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst3237 removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace` instead. Patch
/third_party/python/Doc/whatsnew/
D3.10.rst2203 and will be removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace`