Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c184 #define COMPILER_CAPSULE_NAME_COMPILER_UNIT "compile.c compiler unit" macro
518 PyObject *capsule = PyCapsule_New(c->u, COMPILER_CAPSULE_NAME_COMPILER_UNIT, NULL); in compiler_enter_scope()
549 … c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, COMPILER_CAPSULE_NAME_COMPILER_UNIT); in compiler_exit_scope()