(self)
| 901 | del tls.connection |
| 902 | |
| 903 | def _after_fork(self): |
| 904 | self._manager = None |
| 905 | try: |
| 906 | self._incref() |
| 907 | except Exception as e: |
| 908 | # the proxy may just be for a manager which has shutdown |
| 909 | util.info('incref failed: %s' % e) |
| 910 | |
| 911 | def __reduce__(self): |
| 912 | kwds = {} |