[issue18514] Unreachable Py_DECREF() in ctypes's PyCData_FromBaseObj()

Christian Heimes report at bugs.python.org
Sun Jul 21 16:06:54 CEST 2013


Christian Heimes added the comment:

Oh, you are right ...

The patch is trivial: I switched the Py_DECREF() and return NULL lines.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18514>
_______________________________________


More information about the Python-bugs-list mailing list