@b4n commented on this pull request.
In geanypy/src/geanypy-keybindings.c:
> Py_DECREF(args); + ret = (PyObject_IsTrue(py_ret) == 1);
The ==1
is to catch the -1
on error, which should probably lead to returning FALSE
rather than TRUE
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.