Lines Matching defs:obj
215 PyObject *dict, *obj;
224 obj = (EXPR); \
225 if (obj == NULL) { \
228 int res = PyDict_SetItemString(dict, (KEY), obj); \
229 Py_DECREF(obj); \
1027 PyObject *obj = (EXPR); \
1028 if (obj == NULL) { \
1031 int res = PyDict_SetItemString(dict, (KEY), obj); \
1032 Py_DECREF(obj); \
3098 obj = PySys_GetObject(#NAME); \
3100 if (obj != NULL) { \
3101 PySys_FormatStderr("%A", obj); \
3109 PyObject *obj;