Raymond Hettinger added the comment:

Even when leftblock == rightblock, a memcpy() will work fine.  When the block 
extends off the end, it *always* creates a newblock and never wraps around to 
the current block.  Data doesn't get overwritten in any scenario.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to