Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test_gc.py:1449–1450 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1447
gc.enable()
1448
1449
def
tearDown(self):
1450
gc.disable()
1451
1452
@unittest.skipIf(Py_GIL_DISABLED,
"requires GC generations or increments"
)
1453
def
test_bug1055820c(self):
Callers
nothing calls this directly
Calls
1
disable
Method · 0.45
Tested by
no test coverage detected