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 serhiy.storchaka
Recipients pitrou, schwab, serhiy.storchaka, skrah
Date 2013-11-10.17:11:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384103509.11.0.00536394527895.issue19537@psf.upfronthosting.co.za>
In-reply-to
Content
Current code assumes that PyUnicode_DATA() is aligned to PyUnicode_KIND() bytes. If this is not true on some platform it will be easer to add a padding than rewrite a code. A lot of code depends on this assumption. See also issue14422.

I afraid that proposed patch may slow down a search.
History
Date User Action Args
2013-11-10 17:11:49serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, skrah, schwab
2013-11-10 17:11:49serhiy.storchakasetmessageid: <1384103509.11.0.00536394527895.issue19537@psf.upfronthosting.co.za>
2013-11-10 17:11:49serhiy.storchakalinkissue19537 messages
2013-11-10 17:11:48serhiy.storchakacreate