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 asvetlov, brandon-rhodes, giampaolo.rodola, jcea, kristjan.jonsson, pitrou
Date 2013-06-25.11:04:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372158248.51.0.330312003354.issue16487@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed, a file-like object is the way to go.
I don't think you need to write the logic in C, by the way. You can write a high-level function and defer to a low-level C func for the basic API wrapping.
History
Date User Action Args
2013-06-25 11:04:08pitrousetrecipients: + pitrou, jcea, kristjan.jonsson, giampaolo.rodola, asvetlov, brandon-rhodes
2013-06-25 11:04:08pitrousetmessageid: <1372158248.51.0.330312003354.issue16487@psf.upfronthosting.co.za>
2013-06-25 11:04:08pitroulinkissue16487 messages
2013-06-25 11:04:08pitroucreate