Message 82674 - Python tracker
Message82674
| Author | mark.dickinson |
|---|---|
| Recipients | lemburg, mark.dickinson, rpetrov, vstinner |
| Date | 2009-02-24.19:38:49 |
| SpamBayes Score | 2.3642246e-05 |
| Marked as misclassified | No |
| Message-id | <1235504390.94.0.374066402211.issue4474@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updated Victor's patch: - applies cleanly against newly whitespace-normalized unicodeobject.c - renamed USE_WCHAR_SURROGATE to CONVERT_WCHAR_TO_SURROGATES - add defined(SIZEOF_WCHAR_T) check I find the patched version of PyUnicode_FromWideChar quite hard to follow with all the #ifdefery. I wonder whether it might be better to define a _PyUnicode16_FromWideChar32 helper function instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-24 19:39:51 | mark.dickinson | set | recipients: + mark.dickinson, lemburg, vstinner, rpetrov |
| 2009-02-24 19:39:50 | mark.dickinson | set | messageid: <1235504390.94.0.374066402211.issue4474@psf.upfronthosting.co.za> |
| 2009-02-24 19:38:50 | mark.dickinson | link | issue4474 messages |
| 2009-02-24 19:38:50 | mark.dickinson | create | |