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 ...``.
B
Brett Cannon committed
4b17e3993b7d4ada586e66ad40a73e12e086645e
Parent: 26b3a7b
to handle situations like ``if (foo) Py_RETURN_NONE else ...``.