]> 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 13:40:58 +0000 (15:40 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Aug 2011 13:40:58 +0000 (15:40 +0200)
commit808cec536a4bf5efcc1f19b4017f56a70e2c9df6
tree4e8f542345b3326cacd936899face24d983efa51
parentacacbaa788efe190217f81836a7bcd81224dbaac
Issue #12213: Fix a buffering bug with interleaved reads and writes that
could appear on io.BufferedRandom streams.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c