Message 80023 - Python tracker
Message80023
| 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: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 | |