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 bdirks, loewis
Date 2013-03-15.22:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363387786.74.0.886228115119.issue17432@psf.upfronthosting.co.za>
In-reply-to
Content
The Unicode functions were left out of the limited API precisely because of the UCS2/UCS4 issue. If you have an extension module on a narrow Python build using the limited API, it should work without recompilation on a wide build as well.

Now, with Python 3.3, this issue is gone, so it might be reasonable to add  some of the functions to the limited API. Can you propose a list of functions that you think should be there?
History
Date User Action Args
2013-03-15 22:49:46loewissetrecipients: + loewis, bdirks
2013-03-15 22:49:46loewissetmessageid: <1363387786.74.0.886228115119.issue17432@psf.upfronthosting.co.za>
2013-03-15 22:49:46loewislinkissue17432 messages
2013-03-15 22:49:46loewiscreate