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

Method test_track_without_gil

Lib/test/test_tracemalloc.py:1058–1061  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1056 self.check_track(False)
1057
1058 def test_track_without_gil(self):
1059 # check that calling _PyTraceMalloc_Track() without holding the GIL
1060 # works too
1061 self.check_track(True)
1062
1063 def test_track_already_tracked(self):
1064 nframe = 5

Callers

nothing calls this directly

Calls 1

check_trackMethod · 0.95

Tested by

no test coverage detected