diff --git a/Lib/multiprocessing/managers.py b/Lib/multiprocessing/managers.py index 1f9c2daa25d97f..a39efd7c09cab4 100644 --- a/Lib/multiprocessing/managers.py +++ b/Lib/multiprocessing/managers.py @@ -874,7 +874,6 @@ def _decref(token, authkey, state, tls, idset, _Client): del tls.connection def _after_fork(self): - self._manager = None try: self._incref() except Exception as e: