Searched refs:PyBytes_DecodeEscape (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Include/ |
D | bytesobject.h | 46 PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 27 Fixed possible integer overflow in PyBytes_DecodeEscape, CVE-2017-1000158.
|
/third_party/python/Modules/ |
D | _codecsmodule.c | 185 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl()
|
D | _pickle.c | 5454 bytes = PyBytes_DecodeEscape(p, len, NULL, 0, NULL); in load_string()
|
/third_party/python/PC/ |
D | python3dll.c | 112 EXPORT_FUNC(PyBytes_DecodeEscape)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 26 function,PyBytes_DecodeEscape,3.2,
|
/third_party/python/Misc/ |
D | stable_abi.txt | 340 function PyBytes_DecodeEscape
|
/third_party/python/Objects/ |
D | bytesobject.c | 1198 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function
|