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 loewis
Recipients loewis, ocean-city
Date 2009-05-17.07:06:53
SpamBayes Score 2.8813272e-07
Marked as misclassified No
Message-id <1242544016.09.0.669458526622.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.

Attached is a patch that does that, and also uses the O& approach. It
also adjusts the patch to use capsules.
History
Date User Action Args
2009-05-17 07:06:56loewissetrecipients: + loewis, ocean-city
2009-05-17 07:06:56loewissetmessageid: <1242544016.09.0.669458526622.issue6012@psf.upfronthosting.co.za>
2009-05-17 07:06:54loewislinkissue6012 messages
2009-05-17 07:06:54loewiscreate