j
k
j a
j l
b4n commented on this pull request.
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`.
Attachments:
Back to the thread
Back to the list