Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c2022 static char *capsule_context = "capsule context"; variable
2030 if (PyCapsule_GetContext(o) != capsule_context) { in capsule_destructor()
2075 PyCapsule_SetContext(object, capsule_context); in test_capsule()
2085 PyCapsule_SetContext(object, capsule_context); in test_capsule()