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

Method test_huntrleaks_mp

Lib/test/test_regrtest.py:1323–1324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1321 self.check_huntrleaks(run_workers=False)
1322
1323 def test_huntrleaks_mp(self):
1324 self.check_huntrleaks(run_workers=True)
1325
1326 @unittest.skipUnless(support.Py_DEBUG, 'need a debug build')
1327 def test_huntrleaks_bisect(self):

Callers

nothing calls this directly

Calls 1

check_huntrleaksMethod · 0.95

Tested by

no test coverage detected