]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Backport r42951 | guido.van.rossum]
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2006 18:19:01 +0000 (18:19 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2006 18:19:01 +0000 (18:19 +0000)
commite0235ae1a9a723e3465e10b91333c2e5e2a30618
tree6b0ea94728f322a4102fc20652d66b63ba18a80e
parent2a3d88cf9ad61d6f066aa3b5a155a68ce4ca1bb6
[Backport r42951 | guido.van.rossum]

Fix three nits found by Coverity, adding null checks and comments.

[This commit only makes two changes.  One change in the original patch
 is just adding a comment, and another adds a 'base != NULL' check to
 silence Coverity, but a comment adds that that base is never going to
 be NULL.  I didn't backport that change. --amk]
Objects/typeobject.c