Lines Matching defs:global
95 PyObject *global;
1731 * owns one reference to the global (outer) context and one
1744 PyObject *global;
1755 CURRENT_CONTEXT(global);
1761 local = global;
1777 self->global = NULL;
1781 self->global = global;
1782 Py_INCREF(self->global);
1802 Py_XDECREF(self->global);
1827 ret = PyDec_SetCurrentContext(NULL, self->global);
5883 /* Rational is a global variable used for fraction comparisons. */