[Python-checkins] cpython: Updated Misc/NEWS

davin.potts python-checkins at python.org
Wed Sep 7 21:00:49 EDT 2016


https://hg.python.org/cpython/rev/f1013d826fde
changeset:   103277:f1013d826fde
user:        Davin Potts <python at discontinuity.net>
date:        Wed Sep 07 20:00:33 2016 -0500
summary:
  Updated Misc/NEWS

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -234,6 +234,9 @@
 - Issue #27930: Improved behaviour of logging.handlers.QueueListener.
   Thanks to Paulo Andrade and Petr Viktorin for the analysis and patch.
 
+- Issue #6766: Distributed reference counting added to multiprocessing 
+  to support nesting of shared values / proxy objects.
+
 C API
 -----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list