diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-05-11 11:43:31 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-05-11 11:43:31 (GMT) |
commit | 1c33280c9534180733c595de160919dd86e74659 (patch) | |
tree | 94634b5bead1da641297df511d5123911b43b303 /Misc | |
parent | c89a451ae13339d803cad639f2c61af2c67f5fc2 (diff) | |
parent | 9845c7ebc5cf5af495123701664f275562f45243 (diff) | |
download | cpython-1c33280c9534180733c595de160919dd86e74659.zip cpython-1c33280c9534180733c595de160919dd86e74659.tar.gz cpython-1c33280c9534180733c595de160919dd86e74659.tar.bz2 |
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #21425: Fix flushing of standard streams in the interactive + interpreter. + - Issue #21435: In rare cases, when running finalizers on objects in cyclic trash a bad pointer dereference could occur due to a subtle flaw in internal iteration logic. |