MCPcopy Index your code
hub / github.com/python/cpython / _cleanup

Method _cleanup

Lib/multiprocessing/synchronize.py:84–87  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

82
83 @staticmethod
84 def _cleanup(name):
85 from .resource_tracker import unregister
86 sem_unlink(name)
87 unregister(name, "semaphore")
88
89 def _make_methods(self):
90 self.acquire = self._semlock.acquire

Callers 1

_cleanup_testsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected