Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_untrack
Method
test_untrack
Lib/test/test_tracemalloc.py:1092–1093 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1090
self.untrack(release_gil)
1091
1092
def
test_untrack(self):
1093
self.check_untrack(False)
1094
1095
def
test_untrack_without_gil(self):
1096
self.check_untrack(True)
Callers
nothing calls this directly
Calls
1
check_untrack
Method · 0.95
Tested by
no test coverage detected