Message115461
+#undef HAVE_USABLE_CHAR_T
Isn't it HAVE_USABLE_WCHAR_T?
+struct PY_UNICODE_STRUCT;
+typedef struct PY_UNICODE_STRUCT Py_UNICODE_STRUCT;
+#define Py_UNICODE Py_UNICODE_STRUCT
Why not simply `typedef struct PY_UNICODE_STRUCT Py_UNICODE`?
The _testunicodeagnostic module could have a simple test method making a couple of calls to PyUnicode_* functions. |
|
Date |
User |
Action |
Args |
2010-09-03 15:38:46 | pitrou | set | recipients:
+ pitrou, lemburg, loewis, zooko, scoder, vstinner, stutzbach, Arfrever, r.david.murray |
2010-09-03 15:38:46 | pitrou | set | messageid: <1283528326.42.0.201845886794.issue8654@psf.upfronthosting.co.za> |
2010-09-03 15:38:44 | pitrou | link | issue8654 messages |
2010-09-03 15:38:44 | pitrou | create | |
|