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:11:48
SpamBayes Score 0.00076477
Marked as misclassified No
Message-id <1292699509.72.0.581758913937.issue10732@psf.upfronthosting.co.za>
In-reply-to
Content
In getargs.c, in addcleanup_convert(), PyCapsule_SetContext() is called with a second argument "int (*destr)(PyObject*,void*)", but it really expects a "void (*PyCapsule_Destructor)(PyObject *)".
I'm not sure it's a good idea, although the ABI may be lenient enough on common architectures (?)...
History
Date User Action Args
2010-12-18 19:11:49pitrousetrecipients: + pitrou, loewis, vstinner
2010-12-18 19:11:49pitrousetmessageid: <1292699509.72.0.581758913937.issue10732@psf.upfronthosting.co.za>
2010-12-18 19:11:48pitroulinkissue10732 messages
2010-12-18 19:11:48pitroucreate