]> 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:52:04 +0000 (14:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 20 Aug 2011 12:52:04 +0000 (14:52 +0200)
commite8bb1a0229c2aa5a60fe36937d04454bbd3745e4
tree99e1690378cae7451f4008ca91561ef1225a9a54
parent8fd544ffa926a479c8d80e245e3daf12197aa7a2
parente05565ec5af6b326e9d1f17c3f79bc24bf1ee157
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