This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, bupjae, ezio.melotti, lemburg, vstinner
Date 2010-07-09.21:00:57
SpamBayes Score 0.04588998
Marked as misclassified No
Message-id <1278709263.48.0.815890560347.issue5127@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-07-09 21:01:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, Rhamphoryncus, vstinner, ezio.melotti, bupjae
2010-07-09 21:01:03amaury.forgeotdarcsetmessageid: <1278709263.48.0.815890560347.issue5127@psf.upfronthosting.co.za>
2010-07-09 21:01:02amaury.forgeotdarclinkissue5127 messages
2010-07-09 21:01:02amaury.forgeotdarccreate