summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-11 17:56:08 +0100
committerRichard Oudkerk <shibturn@gmail.com>2012-06-11 17:56:08 +0100
commitb6145bbf60eff64fceda9bccc929351d4c57b5d5 (patch)
treea00924b4992f0ee3b1e99d5d78bf2b3da28b6e71 /Lib/multiprocessing
parent2f2a42ddc8cdd49ea03270acf49372ba0d88705a (diff)
downloadcpython-b6145bbf60eff64fceda9bccc929351d4c57b5d5.tar.gz
Issue #3518: Remove references to non-existent BaseManager.from_address()
method
Diffstat (limited to 'Lib/multiprocessing')
-rw-r--r--Lib/multiprocessing/managers.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/multiprocessing/managers.py b/Lib/multiprocessing/managers.py
index 6a7dccb007..7059095400 100644
--- a/Lib/multiprocessing/managers.py
+++ b/Lib/multiprocessing/managers.py
@@ -455,10 +455,6 @@ class BaseManager(object):
self._serializer = serializer
self._Listener, self._Client = listener_client[serializer]
- def __reduce__(self):
- return type(self).from_address, \
- (self._address, self._authkey, self._serializer)
-
def get_server(self):
'''
Return server object with serve_forever() method and address attribute