Searched refs:PyFunction_GET_GLOBALS (Results 1 – 6 of 6) sorted by relevance
57 #define PyFunction_GET_GLOBALS(func) \ macro
79 #define PyFunction_GET_GLOBALS(func) \ macro
303 PyObject *globals = PyFunction_GET_GLOBALS(func); in _PyFunction_FastCallDict()390 PyObject *globals = PyFunction_GET_GLOBALS(func); in _PyFunction_FastCallKeywords()
525 PyFunction_GET_GLOBALS(func), (PyObject *)NULL, in function_call()
243 cell = PyEval_EvalCodeEx(PyFunction_GET_CODE(func), PyFunction_GET_GLOBALS(func), ns, in builtin___build_class__()
4424 PyObject *globals = PyFunction_GET_GLOBALS(func); in fast_function()