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 schuppenies
Recipients amaury.forgeotdarc, benjamin.peterson, georg.brandl, lemburg, pitrou, schuppenies
Date 2008-06-13.21:01:07
SpamBayes Score 0.13803427
Marked as misclassified No
Message-id <1213390868.57.0.918384345458.issue3098@psf.upfronthosting.co.za>
In-reply-to
Content
I think you're right that sizeof(Py_UNICODE) is the correct value to
use. But could you please explain to me how PY_UNICODE_TYPE is set, I
cannot find it.

Also, len(u'\0'.encode('unicode-internal')) does not work for Py3.0.
Any suggestion how could this information can be retrieved in py3k?
History
Date User Action Args
2008-06-13 21:01:08schuppeniessetspambayes_score: 0.138034 -> 0.13803427
recipients: + schuppenies, lemburg, georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson
2008-06-13 21:01:08schuppeniessetspambayes_score: 0.138034 -> 0.138034
messageid: <1213390868.57.0.918384345458.issue3098@psf.upfronthosting.co.za>
2008-06-13 21:01:08schuppenieslinkissue3098 messages
2008-06-13 21:01:07schuppeniescreate