Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyCapsule_GetPointer

1449     } else if (PyCapsule_GetPointer(o, capsule_name) != capsule_pointer) {

1502 pointer2 = PyCapsule_GetPointer(object, "the wrong name");
1504 FAIL("PyCapsule_GetPointer should have failed but did not!");
1509 FAIL("PyCapsule_GetPointer should not have"
1512 FAIL("PyCapsule_GetPointer should have "
1541 FAIL("PyCapsule_GetPointer returned NULL unexpectedly!");
1548 pointer2 = PyCapsule_GetPointer(object,
1553 FAIL("PyCapsule_GetPointer should have failed but did not!");
1560 FAIL("PyCapsule_GetPointer should not have"
1563 FAIL("PyCapsule_GetPointer should have"