mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
ad2d5ec97e
io.TextIOWrapper was dropping the internal decoding buffer
during read() and write() calls.
(cherry picked from commit 73c9326563)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>