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 vstinner
Recipients lemburg, mark.dickinson, rpetrov, vstinner
Date 2009-02-26.23:40:03
SpamBayes Score 3.437386e-06
Marked as misclassified No
Message-id <1235691604.87.0.507225319066.issue4474@psf.upfronthosting.co.za>
In-reply-to
Content
> add defined(SIZEOF_WCHAR_T) check

I don't understand why SIZEOF_WCHAR_T could be unset, but the patch 
version 6 only checks defined(SIZEOF_WCHAR_T) in unicodeobject.c, not 
in _testcapimodule.c (#if SIZEOF_WCHAR_T == 4).
History
Date User Action Args
2009-02-26 23:40:04vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, rpetrov
2009-02-26 23:40:04vstinnersetmessageid: <1235691604.87.0.507225319066.issue4474@psf.upfronthosting.co.za>
2009-02-26 23:40:03vstinnerlinkissue4474 messages
2009-02-26 23:40:03vstinnercreate