]> granicus.if.org Git - python/commit
Modified the Py_RETURN_* macros by having the statements surrounded by {} in
authorBrett Cannon <bcannon@gmail.com>
Sun, 19 Oct 2003 21:31:43 +0000 (21:31 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 19 Oct 2003 21:31:43 +0000 (21:31 +0000)
commit26b3a7b82cbeff578bd76be0c6dcc4c572a523c9
tree4d4143a33f18a360495fc516bce3c69d96e7f326
parentd05235ec49de1cf12316e9632a2b3d339dae04c2
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``.
Include/boolobject.h
Include/object.h
Misc/NEWS