Searched refs:PyFunction_AS_FRAME_CONSTRUCTOR (Results 1 – 3 of 3) sorted by relevance
96 #define PyFunction_AS_FRAME_CONSTRUCTOR(func) \ macro
336 PyFrameConstructor *f = PyFunction_AS_FRAME_CONSTRUCTOR(func); in _PyFunction_Vectorcall()
214 PyFrameConstructor *f = PyFunction_AS_FRAME_CONSTRUCTOR(func); in builtin___build_class__()