[PySide] Bug with new hash table feature

John Ehresman jpe at wingware.com
Wed May 30 20:38:13 CEST 2012


On 5/30/12 2:31 PM, Nathan Smith wrote:
> Hi Hugo,
>
> Thanks for getting back to me.  I thought that was the case, and the
> PyErr_format function is called within the isValid(PyObject *pyObj)
> function, but no exception is ever raised in Python.

Is -1 returned iff an exception is set?  -1 indicates an exception; see 
the discussion of tp_hash in http://docs.python.org/c-api/typeobj.html

John




More information about the PySide mailing list