mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Merge 9d328ab39e into a273bc99d2
This commit is contained in:
commit
378f73a64a
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ class BaseManager(object):
|
|||
else:
|
||||
raise ProcessError(
|
||||
"Unknown state {!r}".format(self._state.value))
|
||||
return Server(self._registry, self._address,
|
||||
return self._Server(self._registry, self._address,
|
||||
self._authkey, self._serializer)
|
||||
|
||||
def connect(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue