Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h373 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedObject(
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b3.rst27 Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
D3.6.0b2.rst799 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
D3.5.3rc1.rst94 Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
D3.7.0a1.rst1214 Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
6431 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
/external/python/cpython3/PC/
Dpython3.def633 PyUnicode_AsDecodedObject=python39.PyUnicode_AsDecodedObject
/external/python/cpython2/PC/os2emx/
Dpython27.def649 "PyUnicode_AsDecodedObject"
/external/python/cpython2/Objects/
Dunicodeobject.c1279 PyObject *PyUnicode_AsDecodedObject(PyObject *unicode, in PyUnicode_AsDecodedObject() function
6489 v = PyUnicode_AsDecodedObject((PyObject *)self, encoding, errors); in unicode_decode()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2068 :c:func:`PyUnicode_AsDecodedObject`, :c:func:`PyUnicode_AsEncodedUnicode`
/external/python/cpython3/Objects/
Dunicodeobject.c3492 PyUnicode_AsDecodedObject(PyObject *unicode, in PyUnicode_AsDecodedObject() function
/external/python/cpython3/Misc/
DHISTORY29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug