Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c218 #define CAPSULE_NAME "compile.c compiler unit" macro
622 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()