]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Require that __nonzero__() return a bool or exactly an int.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 27 Jun 2003 17:38:27 +0000 (17:38 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 27 Jun 2003 17:38:27 +0000 (17:38 +0000)
commit3e3159ce6ac6dc27d17b99ba758c1322a67427bb
treee8d64ad64deee281afe2c22c81a122cfea33a47e
parent25b5358cf2bfb12b8e1c24455688787e57243573
Require that __nonzero__() return a bool or exactly an int.
Objects/typeobject.c