[issue6735] restype pointer to Structure subclass never initialized

Thomas Heller report at bugs.python.org
Wed Aug 19 21:57:14 CEST 2009


Thomas Heller <theller at ctypes.org> added the comment:

This is on purpose.

The idea is that the function call returns an existing pointer to an
existing object, so __init__ (or __new__, IIRC) is never called in this
case.

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list