Commit 1e462fef authored by Richard Oudkerk's avatar Richard Oudkerk

Issue #17261: Ensure multiprocessing's proxies use proper address.

parent 4bc130c0
......@@ -763,6 +763,7 @@ class BaseProxy(object):
elif kind == '#PROXY':
exposed, token = result
proxytype = self._manager._registry[token.typeid][-1]
token.address = self._token.address
proxy = proxytype(
token, self._serializer, manager=self._manager,
authkey=self._authkey, exposed=exposed
......
......@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
- Issue #17261: Ensure multiprocessing's proxies use proper address.
- Issue #17097: Make multiprocessing ignore EINTR.
- Issue #18155: The csv module now correctly handles csv files that use
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment