Modified the Py_RETURN_* macros by having the statements surrounded by {} in
order to prevent any unexpected surprises from someone using them in a conditional without using curly braces (e.g., ``if (foo) Py_RETURN_TRUE``.
B
Brett Cannon committed
26b3a7b82cbeff578bd76be0c6dcc4c572a523c9
Parent: d05235e