From: Davin Potts Date: Thu, 8 Sep 2016 01:00:33 +0000 (-0500) Subject: Updated Misc/NEWS X-Git-Tag: v3.6.0b1~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb35eac3bc624d49fa64c4e794fc39cce516ee4b;p=thirdparty%2FPython%2Fcpython.git Updated Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 91a3e8b04daa..16a93497455e 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 -----