Message202537
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. |
|
Date |
User |
Action |
Args |
2013-11-10 17:11:49 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, skrah, schwab |
2013-11-10 17:11:49 | serhiy.storchaka | set | messageid: <1384103509.11.0.00536394527895.issue19537@psf.upfronthosting.co.za> |
2013-11-10 17:11:49 | serhiy.storchaka | link | issue19537 messages |
2013-11-10 17:11:48 | serhiy.storchaka | create | |
|