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 lemburg
Recipients amaury.forgeotdarc, benjamin.peterson, georg.brandl, lemburg, pitrou, schuppenies
Date 2008-06-13.20:18:21
SpamBayes Score 0.13927086
Marked as misclassified No
Message-id <4852D60A.40504@egenix.com>
In-reply-to <1213387007.78.0.997183118146.issue3098@psf.upfronthosting.co.za>
Content
On 2008-06-13 21:56, Antoine Pitrou wrote:
> Antoine Pitrou <pitrou@free.fr> added the comment:
> 
> Hmm, so it seems that in some UCS4 builds, sizeof(Py_UNICODE) could end
> up being more than 4 if the native int type is itself larger than 32
> bits; although the latter is probably quite rare (64-bit platforms are
> usually either LP64 or LLP64).

AFAIK, only Crays have this problem, but apart from that: I'd consider
it a bug if sizeof(Py_UCS4) != 4.
History
Date User Action Args
2008-06-13 20:18:24lemburgsetspambayes_score: 0.139271 -> 0.13927086
recipients: + lemburg, georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, schuppenies
2008-06-13 20:18:22lemburglinkissue3098 messages
2008-06-13 20:18:21lemburgcreate