Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c2121 static const char *capsule_error = NULL; variable
2129 capsule_error = "context did not match in destructor!"; in capsule_destructor()
2131 capsule_error = "destructor did not match in destructor! (woah!)"; in capsule_destructor()
2133 capsule_error = "name did not match in destructor!"; in capsule_destructor()
2135 capsule_error = "pointer did not match in destructor!"; in capsule_destructor()
2164 if (capsule_error) { \ in test_capsule()
2165 FAIL(capsule_error); \ in test_capsule()
/external/python/cpython3/Modules/
D_testcapimodule.c3080 static const char *capsule_error = NULL; variable
3088 capsule_error = "context did not match in destructor!"; in capsule_destructor()
3090 capsule_error = "destructor did not match in destructor! (woah!)"; in capsule_destructor()
3092 capsule_error = "name did not match in destructor!"; in capsule_destructor()
3094 capsule_error = "pointer did not match in destructor!"; in capsule_destructor()
3123 if (capsule_error) { \ in test_capsule()
3124 FAIL(capsule_error); \ in test_capsule()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv127 Modules/_testcapimodule.c - capsule_error -