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 ocean-city
Recipients loewis, ocean-city
Date 2009-05-14.12:29:11
SpamBayes Score 2.8356986e-09
Marked as misclassified No
Message-id <1242304155.9.0.228985349233.issue6012@psf.upfronthosting.co.za>
In-reply-to
Content
> the same function can be both
> argument parser and cleanup function

Here is an another experimental patch to implement this. (Is this right
usage of PyCObject_FromVoidPtrAndDesc?)

> As not all converters would need or support cleanup, converters
> that do need cleanup could be required to return Py_CLEANUP_SUPPORTED

Well, this is not implemented yet. (I introduced another format
temporary) Does this mean converter should return Py_CLEANUP_SUPPORTED
instead of 1 when cleanup is needed?
History
Date User Action Args
2009-05-14 12:29:16ocean-citysetrecipients: + ocean-city, loewis
2009-05-14 12:29:15ocean-citysetmessageid: <1242304155.9.0.228985349233.issue6012@psf.upfronthosting.co.za>
2009-05-14 12:29:13ocean-citylinkissue6012 messages
2009-05-14 12:29:13ocean-citycreate