Home
last modified time | relevance | path

Searched refs:without_gc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_finalization.py20 from _testcapi import without_gc
22 def without_gc(cls): function
106 @without_gc
110 @without_gc
/external/python/cpython3/Modules/
D_testcapimodule.c3633 without_gc(PyObject *Py_UNUSED(self), PyObject *obj) in without_gc() function
5557 {"without_gc", without_gc, METH_O},