[issue6714] memmove fails with unicode strings

2009-08-16 Thread Giorgos Verigakis
Giorgos Verigakis added the comment: Yes, you are right. I thought that the different behavior was weird. Sorry this is not a bug. -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue6714] memmove fails with unicode strings

2009-08-16 Thread Giorgos Verigakis
New submission from Giorgos Verigakis : A demonstration: >>> buf = create_string_buffer('__') >>> memmove(buf, 'SPAM', 4) 614584 >>> buf.raw 'SPAM__\x00' >>> buf = create_string_buffer('__') >>> mem

[issue6627] threading.local() does not work with C-created threads

2009-08-16 Thread Giorgos Verigakis
Changes by Giorgos Verigakis : -- nosy: +verigak ___ Python tracker <http://bugs.python.org/issue6627> ___ ___ Python-bugs-list mailing list Unsubscribe: