From eb35eac3bc624d49fa64c4e794fc39cce516ee4b Mon Sep 17 00:00:00 2001 From: Davin Potts Date: Wed, 7 Sep 2016 20:00:33 -0500 Subject: [PATCH] Updated Misc/NEWS --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 91a3e8b04da..16a93497455 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -234,6 +234,9 @@ Library - 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 -----