...
This commit is contained in:
parent
b8c34c3ee2
commit
f97127f587
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
if ((name) != NULL) { \
|
||||
PyObject *_pyret = PyObject_CallFunction((name), fmt, __VA_ARGS__); \
|
||||
if (_pyret == NULL) PyErr_Print(); \
|
||||
Py_DECREF(_pyret); \
|
||||
else Py_DECREF(_pyret); \
|
||||
}
|
||||
|
||||
#define WINDOW_CALLBACK(name, fmt, ...) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue