]> granicus.if.org Git - python/commit
Issue #12213: Fix a buffering bug with interleaved reads and writes that
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Aug 2011 12:39:23 +0000 (14:39 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Aug 2011 12:39:23 +0000 (14:39 +0200)
commite05565ec5af6b326e9d1f17c3f79bc24bf1ee157
treebee0ddb46802caef9b016cab8b23bab15fa1c165
parenta370fcf3b2211242c888558237557eb4895391d0
Issue #12213: Fix a buffering bug with interleaved reads and writes that
could appear on BufferedRandom streams.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c