| commit | df97cbe7a1866a9d16d20bed70054f344a406e08 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sat Apr 07 22:38:52 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Apr 07 22:38:52 2012 +0200 |
| tree | 4f473a7d5e552805714b2e32529559a788af37f0 | |
| parent | 52a11f1f467959d370a47f2a63b150234a6338d0 [diff] [blame] |
Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. Patch by sbt.
diff --git a/Misc/NEWS b/Misc/NEWS index 5164fbf..af1b5d0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Library ------- +- Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. + Patch by sbt. + - Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. - Issue #8515: Set __file__ when run file in IDLE.