mirror of
https://github.com/python/cpython.git
synced 2026-05-22 20:32:36 -04:00
d53850a2be
PyCodec_IncrementalDecoder(). Factor out common code from PyCodec_Encoder()/PyCodec_Decoder(), PyCodec_IncrementalEncoder()/PyCodec_IncrementalDecoder() and PyCodec_StreamReader()/PyCodec_StreamWriter().