[Python-Dev] Null checking

Guido van Rossum guido@python.org
Mon, 10 Jun 2002 10:03:35 -0400


> 0. All functions in the API, whether public or private, that don't
>    intend to do something sensible with a NULL pointer argument,
>    should assert non-NULL-ness.

Sounds good to me.

--Guido van Rossum (home page: http://www.python.org/~guido/)