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 BreamoreBoy, effbot, ezio.melotti, lemburg, loewis, mark.dickinson, pitrou, schuppenies, vstinner
Date 2011-09-29.19:17:31
SpamBayes Score 1.3269771e-05
Marked as misclassified No
Message-id <1317323852.7.0.63229438099.issue3130@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP 393 has been accepted: strings are now stored as PyUCS1*, PyUCS2* or PyUCS4*. The Py_UNICODE type still exist but is deprecated, and only used in the legacy API. Py_UNICODE is now always the wchar_t type, it cannot be unsigned int anymore. I hope that no platform chose to use wchar_t larger than 32 bits. Let' close this issue.
History
Date User Action Args
2011-09-29 19:17:32vstinnersetrecipients: + vstinner, lemburg, loewis, effbot, mark.dickinson, pitrou, schuppenies, ezio.melotti, BreamoreBoy
2011-09-29 19:17:32vstinnersetmessageid: <1317323852.7.0.63229438099.issue3130@psf.upfronthosting.co.za>
2011-09-29 19:17:32vstinnerlinkissue3130 messages
2011-09-29 19:17:31vstinnercreate