Searched refs:ucnhash_CAPI (Results 1 – 5 of 5) sorted by relevance
282 Removed the ``unicodedata.ucnhash_CAPI`` attribute which was an internal839 ``unicodedata.ucnhash_CAPI`` has been moved to the internal C API. Patch by
2803 static _PyUnicode_Name_CAPI *ucnhash_CAPI = NULL; variable2947 if (ucnhash_CAPI == NULL) { in PyUnicode_DecodeUnicodeEscape()2949 … ucnhash_CAPI = (_PyUnicode_Name_CAPI *)PyCapsule_Import(PyUnicodeData_CAPSULE_NAME, 1); in PyUnicode_DecodeUnicodeEscape()2950 if (ucnhash_CAPI == NULL) in PyUnicode_DecodeUnicodeEscape()2963 ucnhash_CAPI->getcode(NULL, start, (int)(s-start-1), &chr)) in PyUnicode_DecodeUnicodeEscape()
1799 * Removed the ``unicodedata.ucnhash_CAPI`` attribute which was an internal2164 ``unicodedata.ucnhash_CAPI`` has been moved to the internal C API.
2283 and :mod:`unicodedata` exposes ``ucnhash_CAPI``. Other extensions
2259 and :mod:`unicodedata` exposes ``ucnhash_CAPI``. Other extensions