Home
last modified time | relevance | path

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

/third_party/python/Include/
Dbytesobject.h46 PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,
/third_party/python/Misc/NEWS.d/
D3.5.5rc1.rst27 Fixed possible integer overflow in PyBytes_DecodeEscape, CVE-2017-1000158.
/third_party/python/Modules/
D_codecsmodule.c185 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl()
D_pickle.c5454 bytes = PyBytes_DecodeEscape(p, len, NULL, 0, NULL); in load_string()
/third_party/python/PC/
Dpython3dll.c112 EXPORT_FUNC(PyBytes_DecodeEscape)
/third_party/python/Doc/data/
Dstable_abi.dat26 function,PyBytes_DecodeEscape,3.2,
/third_party/python/Misc/
Dstable_abi.txt340 function PyBytes_DecodeEscape
/third_party/python/Objects/
Dbytesobject.c1198 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function