MCPcopy Create free account
hub / github.com/RustPython/RustPython / _after_fork

Method _after_fork

Lib/multiprocessing/managers.py:902–908  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_increfMethod · 0.95
infoMethod · 0.45

Tested by

no test coverage detected