commit | 9bd4bf2a3d0426ee3830e89854ecf4bea03ac830 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Thu Jun 21 19:45:19 2012 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Thu Jun 21 19:45:19 2012 +0200 |
tree | f75e9f2cb4374fd0e4ce88578e0b2552876ace70 | |
parent | 4215d2738a44be9eca09eb7b48c31ed805c8fb60 [diff] [blame] |
#10053: Don't close FDs when FileIO.__init__ fails Loosely based on the work by Hirokazu Yamamoto.
diff --git a/Misc/NEWS b/Misc/NEWS index 11fb95f..4ce3e21 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #10053: Don't close FDs when FileIO.__init__ fails. Loosely based on + the work by Hirokazu Yamamoto. + - Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.