summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavin Potts <python@discontinuity.net>2016-09-08 01:00:33 (GMT)
committerDavin Potts <python@discontinuity.net>2016-09-08 01:00:33 (GMT)
commiteb35eac3bc624d49fa64c4e794fc39cce516ee4b (patch)
treed9c3c5001be4443c01f99a72d08e965c2a07ea66
parent4cf7e482a0c54bbdb243c008cc376a5cd8eb7303 (diff)
downloadcpython-eb35eac3bc624d49fa64c4e794fc39cce516ee4b.zip
cpython-eb35eac3bc624d49fa64c4e794fc39cce516ee4b.tar.gz
cpython-eb35eac3bc624d49fa64c4e794fc39cce516ee4b.tar.bz2
Updated Misc/NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 91a3e8b..16a9349 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
-----