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