]> granicus.if.org Git - python/commit
Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning
authorBrett Cannon <bcannon@gmail.com>
Sun, 19 Oct 2003 21:19:40 +0000 (21:19 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 19 Oct 2003 21:19:40 +0000 (21:19 +0000)
commitd05235ec49de1cf12316e9632a2b3d339dae04c2
tree1419795a3b7814c70939b082a63eca23a5b73844
parent52da4496cd9bca9ebfe24355769ac1655353367e
Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning
the specified value.  All three Py_INCREF the singleton and then return it.
Include/boolobject.h
Include/object.h