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.

作者 lemburg
收信人 Rhamphoryncus, amaury.forgeotdarc, bupjae, ezio.melotti, lemburg, vstinner
日期 2010-07-08.22:36:12
SpamBayes Score 2.9251034e-05
Marked as misclassified
Message-id <4C3652DA.8060702@egenix.com>
In-reply-to <1278628053.34.0.513766847321.issue5127@psf.upfronthosting.co.za>
内容
Amaury Forgeot d'Arc wrote:
> 
> Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
> 
> A new patch, generated on top of r82662

Could you explain what this bit is about ?

@@ -349,7 +313,7 @@
    configure Python using --with-wctype-functions.  This reduces the
    interpreter's code size. */

-#if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)
+#if defined(Py_UNICODE_WIDE) && defined(WANT_WCTYPE_FUNCTIONS)

 #include <wctype.h>
历史
日期 用户 动作 参数
2010-07-08 22:36:17lemburg修改recipients: + lemburg, amaury.forgeotdarc, Rhamphoryncus, vstinner, ezio.melotti, bupjae
2010-07-08 22:36:12lemburg链接issue5127 messages
2010-07-08 22:36:12lemburg创建