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