diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-07-02 12:37:43 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-07-02 12:37:43 (GMT) |
commit | e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c (patch) | |
tree | 617112145f6f662e18b0be032fa6287b9c57853d /Misc | |
parent | d7d3f376dd653ab7534dbdcaae14f49987cbd28d (diff) | |
download | cpython-e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c.zip cpython-e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c.tar.gz cpython-e3e8bcf3e70d13e1cfa13f8871ff0f14e661610c.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
@@ -41,6 +41,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. |