mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #17261: Ensure multiprocessing's proxies use proper address.
This commit is contained in:
commit
1b6348e084
2 changed files with 3 additions and 0 deletions
|
@ -731,6 +731,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue