STINNER Victor <[email protected]> added the comment: > I consider it important that the data block of a string is well-aligned.
I suppose that it doesn't matter for latin1, but it can be a problem for UCS-2 and UCS-4. There are more drawbacks than advantages, so I agree to close this issue. And let's focus on enabling optimizations based on memory alignement like #14419 :-) ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14422> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
