[Python-Dev] 3-way result of PyObject_IsTrue() considered PITA

Raymond Hettinger python@rcn.com
Wed, 16 Apr 2003 13:50:57 -0400


> > The docs for PyObject_IsTrue() promise that the "function 
> > always succeeds".  But in reality it can return an error 
> > result if an underlying method returns an error.
> 
> Then the docs need to be repaired!

Done.