Searched refs:PyBytes_DecodeEscape (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Include/ |
D | bytesobject.h | 24 #define PyBytes_DecodeEscape PyString_DecodeEscape macro
|
/external/python/cpython3/Include/ |
D | bytesobject.h | 49 PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 27 Fixed possible integer overflow in PyBytes_DecodeEscape, CVE-2017-1000158.
|
/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 183 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl()
|
D | _pickle.c | 5458 bytes = PyBytes_DecodeEscape(p, len, NULL, 0, NULL); in load_string()
|
/external/python/cpython3/PC/ |
D | python3.def | 28 PyBytes_DecodeEscape=python39.PyBytes_DecodeEscape
|
/external/python/cpython2/Objects/ |
D | bytesobject.c | 1245 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 1171 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function
|