summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-07-02 12:38:58 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-07-02 12:38:58 (GMT)
commit1b6348e0840a0f5832486c85145adaac26f7e9f7 (patch)
treecc54f1af176df48b22d56eeac5ce2d8dbbf3c1d7 /Misc
parent771b961d4ea45889606992112002c6de0b5c358b (diff)
parente3e8bcf3e70d13e1cfa13f8871ff0f14e661610c (diff)
downloadcpython-1b6348e0840a0f5832486c85145adaac26f7e9f7.zip
cpython-1b6348e0840a0f5832486c85145adaac26f7e9f7.tar.gz
cpython-1b6348e0840a0f5832486c85145adaac26f7e9f7.tar.bz2
Issue #17261: Ensure multiprocessing's proxies use proper address.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cf253b3..822afb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,6 +138,8 @@ Core and Builtins
Library
-------
+- Issue #17261: Ensure multiprocessing's proxies use proper address.
+
- Issue #18343: faulthandler.register() now keeps the previous signal handler
when the function is called twice, so faulthandler.unregister() restores
correctly the original signal handler.