Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6728 static PyTypeObject ContainerNoGC_type = { variable
6949 if (PyType_Ready(&ContainerNoGC_type) < 0) { in PyInit__testcapi()
6952 Py_INCREF(&ContainerNoGC_type); in PyInit__testcapi()
6954 (PyObject *) &ContainerNoGC_type) < 0) in PyInit__testcapi()