Message117790
| Author | vstinner |
|---|---|
| Recipients | ezio.melotti, lemburg, stutzbach, theller, vstinner |
| Date | 2010-10-01.12:28:35 |
| SpamBayes Score | 0.011617741 |
| Marked as misclassified | No |
| Message-id | <1285936116.56.0.618887322547.issue8670@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't know how to test "if Py_UNICODE_SIZE == 4 && SIZEOF_WCHAR_T == 2". On Windows, sizeof(wchar_t) is 2, but it looks like Python is not prepared to have Py_UNICODE != wchar_t for is Windows implementation. wchar_t is 32 bits long on Linux and Mac OS X. So how can I test it? Or should we just drop support of "Py_UNICODE_SIZE == 4 && SIZEOF_WCHAR_T == 2"? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-01 12:28:36 | vstinner | set | recipients: + vstinner, lemburg, theller, stutzbach, ezio.melotti |
| 2010-10-01 12:28:36 | vstinner | set | messageid: <1285936116.56.0.618887322547.issue8670@psf.upfronthosting.co.za> |
| 2010-10-01 12:28:35 | vstinner | link | issue8670 messages |
| 2010-10-01 12:28:35 | vstinner | create | |