]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR
authorVictor Stinner <vstinner@wyplay.com>
Thu, 29 Sep 2011 10:43:18 +0000 (12:43 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Thu, 29 Sep 2011 10:43:18 +0000 (12:43 +0200)
commitf0ddadcf2e93a663d09cbc73a7499e2ffb9c1091
tree31e51199a00cae6113454d296eddb093f8465b27
parent573696a9cab740783cf762899fca72c2f03293b1
Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR

To make it clearer that Py_BUILD_ASSERT_EXPR(cond) cannot be used as
assert(cond).
Include/pymacro.h