Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c313 #define CAPSULE_NAME "compile.c compiler unit" macro
685 PyObject *capsule = PyCapsule_New(c->u, CAPSULE_NAME, NULL); in compiler_enter_scope()
725 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_exit_scope()
759 parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_set_qualname()