Message80023
I run my test on py3k on Linux with 32 bits wchar_t:
- 16 bits Py_UNICODE: test is failing without
PyUnicode_FromWideChar() patch
- 32 bits Py_UNICODE: test pass without the patch, so the issue only
impact 16 bits Py_UNICODE
Can someone test with 16 bits wchar_t (eg. Windows)? I think that the
bug only impact 16 bits Py_UNICODE with 32 bits wchar_t. |
|
Date |
User |
Action |
Args |
2009-01-17 17:07:12 | vstinner | set | recipients:
+ vstinner, lemburg, mark.dickinson, rpetrov |
2009-01-17 17:07:12 | vstinner | set | messageid: <1232212032.29.0.400359166767.issue4474@psf.upfronthosting.co.za> |
2009-01-17 17:07:11 | vstinner | link | issue4474 messages |
2009-01-17 17:07:11 | vstinner | create | |
|