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-17.08:41:20
SpamBayes Score 8.102511e-10
Marked as misclassified No
Message-id <1242549682.08.0.573082695779.issue6012@psf.upfronthosting.co.za>
In-reply-to
Content
> Modifying convert_to_unicode is incorrect; this function is not an O&
> converter. Instead, PyUnicode_FSConverter needs to change.

Well, convert_to_unicode used to use O& before, and I fixed memory leak
with O formatter in current way. I used this function because I know
about it more than PyUnicode_FSConverter. Sorry for confusion. ;-)

> Attached is a patch that does that, and also uses the O& approach. It
> also adjusts the patch to use capsules.

Oh, this is how to use new capsule functions.... I noticed capsule.c was
added, but I didn't know how to use it.
History
Date User Action Args
2009-05-17 08:41:22ocean-citysetrecipients: + ocean-city, loewis
2009-05-17 08:41:22ocean-citysetmessageid: <1242549682.08.0.573082695779.issue6012@psf.upfronthosting.co.za>
2009-05-17 08:41:21ocean-citylinkissue6012 messages
2009-05-17 08:41:20ocean-citycreate