Home
last modified time | relevance | path

Searched refs:_PyUnicode_Name_CAPI (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ucnhash.h29 } _PyUnicode_Name_CAPI; typedef
/third_party/python/Modules/
Dunicodedata.c1322 _PyUnicode_Name_CAPI *capi = PyMem_Malloc(sizeof(_PyUnicode_Name_CAPI)); in unicodedata_create_capi()
/third_party/python/Python/
Dcodecs.c957 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL;
981 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in PyCodec_NameReplaceErrors()
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst283 PyCapsule object. The related private ``_PyUnicode_Name_CAPI`` structure was
838 The private ``_PyUnicode_Name_CAPI`` structure of the PyCapsule API
/third_party/python/Doc/whatsnew/
D3.10.rst1798 PyCapsule object. The related private ``_PyUnicode_Name_CAPI`` structure was
2162 * The private ``_PyUnicode_Name_CAPI`` structure of the PyCapsule API
/third_party/python/Objects/
Dunicodeobject.c6425 static _PyUnicode_Name_CAPI *ucnhash_capi = NULL;
6582 ucnhash_capi = (_PyUnicode_Name_CAPI *)PyCapsule_Import( in _PyUnicode_DecodeUnicodeEscapeInternal()