diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-07-02 12:38:58 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-07-02 12:38:58 (GMT) |
commit | 1b6348e0840a0f5832486c85145adaac26f7e9f7 (patch) | |
tree | cc54f1af176df48b22d56eeac5ce2d8dbbf3c1d7 /Misc | |
parent | 771b961d4ea45889606992112002c6de0b5c358b (diff) | |
parent | e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |