WHUI! (was Re: [Python-Dev] Proposal: C API Macro to decref and set to NULL)

Guido van Rossum guido at python.org
Fri Jul 16 04:29:31 CEST 2004


>          if ( 0 ||
> 	       || VISIT(self->readline)
> 	       || VISIT(self->read)
> 	       || VISIT(self->file)
> 	    )
> 		return 1;

Yuck.  Feels like double negatives, wheras the original felt "juuuuust
right" :-)

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


More information about the Python-Dev mailing list