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 eric.smith
Recipients eric.smith, theller, verigak
Date 2009-08-16.21:42:41
SpamBayes Score 8.089042e-06
Marked as misclassified No
Message-id <1250458963.12.0.817570621506.issue6714@psf.upfronthosting.co.za>
In-reply-to
Content
What platform is this on? For a ucs4 platform, that is what I'd expect
the result to be. Check sys.maxunicode to see if you have a ucs2 or ucs4
build.

What do you expect as the result?

Remember that memmove takes a count of bytes, not a character count.
History
Date User Action Args
2009-08-16 21:42:43eric.smithsetrecipients: + eric.smith, theller, verigak
2009-08-16 21:42:43eric.smithsetmessageid: <1250458963.12.0.817570621506.issue6714@psf.upfronthosting.co.za>
2009-08-16 21:42:41eric.smithlinkissue6714 messages
2009-08-16 21:42:41eric.smithcreate