Searched refs:CAPSULE_NAME (Results 1 – 1 of 1) sorted by relevance
228 #define CAPSULE_NAME "compile.c compiler unit" macro631 PyObject *capsule = PyCapsule_New(c->u, CAPSULE_NAME, NULL); in compiler_enter_scope()670 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_exit_scope()700 parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_set_qualname()