commit | e8bb1a0229c2aa5a60fe36937d04454bbd3745e4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 14:52:04 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 14:52:04 2011 +0200 |
tree | 99e1690378cae7451f4008ca91561ef1225a9a54 | |
parent | 8fd544ffa926a479c8d80e245e3daf12197aa7a2 [diff] [blame] | |
parent | e05565ec5af6b326e9d1f17c3f79bc24bf1ee157 [diff] [blame] |
Issue #12213: Fix a buffering bug with interleaved reads and writes that could appear on BufferedRandom streams.
diff --git a/Misc/NEWS b/Misc/NEWS index 7dc106a..29a2e6f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -265,6 +265,9 @@ Library ------- +- Issue #12213: Fix a buffering bug with interleaved reads and writes that + could appear on BufferedRandom streams. + - Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects.