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 georg.brandl
Recipients amaury.forgeotdarc, benjamin.peterson, georg.brandl, pitrou, schuppenies
Date 2008-06-13.14:09:07
SpamBayes Score 0.05877177
Marked as misclassified No
Message-id <1213366149.6.0.446734366603.issue3098@psf.upfronthosting.co.za>
In-reply-to
Content
It is true that sys.maxunicode reflects whether the build is using UCS-2
or UCS-4; however, the size of Py_UNICODE is not fixed by that, look at
unicodeobject.h.

(Though I don't think we have platforms that actually *do* use sizes
other than 2 or 4, so we can of course be sloppy.)
History
Date User Action Args
2008-06-13 14:09:13georg.brandlsetspambayes_score: 0.0587718 -> 0.05877177
recipients: + georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, schuppenies
2008-06-13 14:09:10georg.brandlsetspambayes_score: 0.0587718 -> 0.0587718
messageid: <1213366149.6.0.446734366603.issue3098@psf.upfronthosting.co.za>
2008-06-13 14:09:08georg.brandllinkissue3098 messages
2008-06-13 14:09:07georg.brandlcreate