Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py740 _testcapi.HeapCTypeWithWeakref, _testcapi.HeapCTypeWithWeakref2):
742 _testcapi.HeapCTypeWithWeakref, _testcapi.HeapCTypeWithWeakref2):
/third_party/python/Modules/
H A D_testcapimodule.c7794 "_testcapi.HeapCTypeWithWeakref2",
8202 PyObject *HeapCTypeWithWeakref2 = PyType_FromSpec(&HeapCTypeWithWeakref2_spec); in PyInit__testcapi() local
8203 if (HeapCTypeWithWeakref2 == NULL) { in PyInit__testcapi()
8206 PyModule_AddObject(m, "HeapCTypeWithWeakref2", HeapCTypeWithWeakref2); in PyInit__testcapi()

Completed in 18 milliseconds