[issue10732] Wrong destructor function type in Python/getargs.c

Martin v. Löwis report at bugs.python.org
Sat Dec 18 20:25:23 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

I fail to see the problem. The context is a plain void*, not (necessarily) a function pointer, and getargs uses it with the same type it put in. Why do you think PyCapsule_Destructor is of relevance?

----------

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


More information about the Python-bugs-list mailing list