summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f1b724..773de57 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -248,6 +248,9 @@ Library
- Issue #6766: Distributed reference counting added to multiprocessing
to support nesting of shared values / proxy objects.
+- Issue #21201: Improves readability of multiprocessing error message. Thanks
+ to Wojciech Walczak for patch.
+
C API
-----