[issue1831] ctypes.Structure constructor arguments

Armin Rigo report at bugs.python.org
Tue Jan 15 17:55:02 CET 2008


Armin Rigo added the comment:

The patch is missing Py_DECREF(name).  Also, I'd raise TypeError
instead of ValueError, just like function calls do in a similar
situation.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1831>
__________________________________


More information about the Python-bugs-list mailing list