This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients loewis, pitrou, vstinner
Date 2010-12-18.19:28:05
SpamBayes Score 2.1996833e-05
Marked as misclassified No
Message-id <1292700482.3698.0.camel@localhost.localdomain>
In-reply-to <1292700323.7.0.956375947603.issue10732@psf.upfronthosting.co.za>
Content
> 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?

Woops, sorry. Apparently I messed up PyCapsule_SetContext and
PyCapsule_SetDestructor when reading the function declaration.
History
Date User Action Args
2010-12-18 19:28:06pitrousetrecipients: + pitrou, loewis, vstinner
2010-12-18 19:28:05pitroulinkissue10732 messages
2010-12-18 19:28:05pitroucreate