Message144616
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. |
|
| Date |
User |
Action |
Args |
| 2011-09-29 19:17:32 | vstinner | set | recipients:
+ vstinner, lemburg, loewis, effbot, mark.dickinson, pitrou, schuppenies, ezio.melotti, BreamoreBoy |
| 2011-09-29 19:17:32 | vstinner | set | messageid: <[email protected]> |
| 2011-09-29 19:17:32 | vstinner | link | issue3130 messages |
| 2011-09-29 19:17:31 | vstinner | create | |
|