Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytesobject.h24 #define PyBytes_DecodeEscape PyString_DecodeEscape macro
/external/python/cpython3/Include/
Dbytesobject.h49 PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,
/external/python/cpython3/Misc/NEWS.d/
D3.5.5rc1.rst27 Fixed possible integer overflow in PyBytes_DecodeEscape, CVE-2017-1000158.
/external/python/cpython3/Modules/
D_codecsmodule.c183 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl()
D_pickle.c5458 bytes = PyBytes_DecodeEscape(p, len, NULL, 0, NULL); in load_string()
/external/python/cpython3/PC/
Dpython3.def28 PyBytes_DecodeEscape=python39.PyBytes_DecodeEscape
/external/python/cpython2/Objects/
Dbytesobject.c1245 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function
/external/python/cpython3/Objects/
Dbytesobject.c1171 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function