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 lemburg, mark.dickinson, rpetrov, vstinner
Date 2009-01-17.17:07:11
SpamBayes Score 2.8052503e-07
Marked as misclassified No
Message-id <1232212032.29.0.400359166767.issue4474@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-17 17:07:12vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, rpetrov
2009-01-17 17:07:12vstinnersetmessageid: <1232212032.29.0.400359166767.issue4474@psf.upfronthosting.co.za>
2009-01-17 17:07:11vstinnerlinkissue4474 messages
2009-01-17 17:07:11vstinnercreate