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