Searched refs:PyFunction_GET_GLOBALS (Results 1 – 4 of 4) sorted by relevance
57 #define PyFunction_GET_GLOBALS(func) \ macro
83 #define PyFunction_GET_GLOBALS(func) \ macro
525 PyFunction_GET_GLOBALS(func), (PyObject *)NULL, in function_call()
4424 PyObject *globals = PyFunction_GET_GLOBALS(func); in fast_function()