Searched refs:HeapCTypeWithWeakref (Results 1 – 2 of 2) sorted by relevance
474 inst = _testcapi.HeapCTypeWithWeakref()
6919 PyObject *HeapCTypeWithWeakref = PyType_FromSpec(&HeapCTypeWithWeakref_spec); in PyInit__testcapi() local6920 if (HeapCTypeWithWeakref == NULL) { in PyInit__testcapi()6923 PyModule_AddObject(m, "HeapCTypeWithWeakref", HeapCTypeWithWeakref); in PyInit__testcapi()