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