Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c7519 "_testcapi.HeapCType",
7527 "Subclass of HeapCType, without GC.\n\n"
7609 "Subclass of HeapCType with a finalizer that reassigns __class__.\n\n"
8157 PyObject *HeapCType = PyType_FromSpec(&HeapCType_spec); in PyInit__testcapi() local
8158 if (HeapCType == NULL) { in PyInit__testcapi()
8161 PyObject *subclass_bases = PyTuple_Pack(1, HeapCType); in PyInit__testcapi()

Completed in 16 milliseconds