]> granicus.if.org Git - python/commit
Address some gcc -Wall warnings (e.g. include <ctype.h>).
authorGuido van Rossum <guido@python.org>
Fri, 22 May 1998 15:23:36 +0000 (15:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 May 1998 15:23:36 +0000 (15:23 +0000)
commitfa0b6ab01a962cbe624ad55fc5068a6d6b50bd0f
treece7d357985d61396c2bf60de0bb44a6090aef264
parent26fd98201ffeea6e234b7ac0d032d296362595fd
Address some gcc -Wall warnings (e.g. include <ctype.h>).

Make sure that no tp_as_numbers->nb_<whatever> function is called
without checking for a NULL pointer.  Marc-Andre Lemburg will love it!
(Except that he's just rewritten all this code for a different
approach to coercions ;-( )
Objects/abstract.c