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 vstinner
Recipients loewis, vstinner
Date 2014-09-01.21:42:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409607764.43.0.206898193674.issue22271@psf.upfronthosting.co.za>
In-reply-to
Content
> The deprecate PyUnicode_AsUnicode(), we should stop using it in Python itself.

Here is the first step: issue #22323, "rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString()" (to not call PyUnicode_AsUnicode() anymore).
History
Date User Action Args
2014-09-01 21:42:44vstinnersetrecipients: + vstinner, loewis
2014-09-01 21:42:44vstinnersetmessageid: <1409607764.43.0.206898193674.issue22271@psf.upfronthosting.co.za>
2014-09-01 21:42:44vstinnerlinkissue22271 messages
2014-09-01 21:42:44vstinnercreate