Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order
to handle situations like ``if (foo) Py_RETURN_NONE else ...``.
Showing
Please register or sign in to comment
to handle situations like ``if (foo) Py_RETURN_NONE else ...``.