Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcodecs.c306 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() function
376 return codec_getstreamcodec(encoding, stream, errors, 2); in PyCodec_StreamReader()
383 return codec_getstreamcodec(encoding, stream, errors, 3); in PyCodec_StreamWriter()
/third_party/python/Misc/
DHISTORY17786 - Bug #1511381: codec_getstreamcodec() in codec.c is corrected to