Home
last modified time | relevance | path

Searched refs:codec_getstreamcodec (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c257 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() function
327 return codec_getstreamcodec(encoding, stream, errors, 2); in PyCodec_StreamReader()
334 return codec_getstreamcodec(encoding, stream, errors, 3); in PyCodec_StreamWriter()
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c307 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() function
377 return codec_getstreamcodec(encoding, stream, errors, 2); in PyCodec_StreamReader()
384 return codec_getstreamcodec(encoding, stream, errors, 3); in PyCodec_StreamWriter()
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY402 - Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY17786 - Bug #1511381: codec_getstreamcodec() in codec.c is corrected to