[pypy-issue] [issue1434] CPyExt errors with PyGObject

Amaury Forgeot d Arc tracker at bugs.pypy.org
Sat Apr 6 14:37:08 CEST 2013


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

A call to tp_new will return NULL in case of a Python exception.
In this case the calling code should handle the error, and probably return 
quickly.
Where is this call to tp_new?

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1434>
________________________________________


More information about the pypy-issue mailing list