Message109795
In this 6th patch, the wctype part was changed as suggested.
there is one more condition, Py_UNICODE_WIDE:
-#if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)
+#if defined(WANT_WCTYPE_FUNCTIONS) && defined(HAVE_USABLE_WCHAR_T) && defined(Py_UNICODE_WIDE) |
|
| Date |
User |
Action |
Args |
| 2010-07-09 21:01:04 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, Rhamphoryncus, vstinner, ezio.melotti, bupjae |
| 2010-07-09 21:01:03 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2010-07-09 21:01:02 | amaury.forgeotdarc | link | issue5127 messages |
| 2010-07-09 21:01:02 | amaury.forgeotdarc | create | |
|