Home
last modified time | relevance | path

Searched refs:PyUnicode_AsDecodedObject (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h372 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedObject(
/third_party/python/PC/
Dpython3dll.c620 EXPORT_FUNC(PyUnicode_AsDecodedObject)
/third_party/python/Doc/data/
Dstable_abi.dat702 function,PyUnicode_AsDecodedObject,3.2,,
/third_party/python/Misc/
Dstable_abi.toml1446 [function.PyUnicode_AsDecodedObject]
DNEWS24306 - bpo-28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
26012 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
28528 - bpo-28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
28886 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
31969 - bpo-28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
DHISTORY29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
/third_party/python/Doc/whatsnew/
D3.6.rst2070 :c:func:`PyUnicode_AsDecodedObject`, :c:func:`PyUnicode_AsEncodedUnicode`
/third_party/python/Objects/
Dunicodeobject.c3636 PyUnicode_AsDecodedObject(PyObject *unicode, in PyUnicode_AsDecodedObject() function