Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6892 PyObject *HeapCType = PyType_FromSpec(&HeapCType_spec); in PyInit__testcapi() local
6893 if (HeapCType == NULL) { in PyInit__testcapi()
6896 PyObject *subclass_bases = PyTuple_Pack(1, HeapCType); in PyInit__testcapi()