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

/external/python/cpython2/Modules/
H A D_testcapimodule.c2023 static const char *capsule_error = NULL; variable
2031 capsule_error = "context did not match in destructor!";
2033 capsule_error = "destructor did not match in destructor! (woah!)";
2035 capsule_error = "name did not match in destructor!";
2037 capsule_error = "pointer did not match in destructor!";
2066 if (capsule_error) { \
2067 FAIL(capsule_error); \
/external/python/cpython3/Modules/
H A D_testcapimodule.c2451 static const char *capsule_error = NULL; variable
2459 capsule_error = "context did not match in destructor!";
2461 capsule_error = "destructor did not match in destructor! (woah!)";
2463 capsule_error = "name did not match in destructor!";
2465 capsule_error = "pointer did not match in destructor!";
2494 if (capsule_error) { \
2495 FAIL(capsule_error); \

Completed in 82 milliseconds