Serhiy Storchaka added the comment:

This bug was fixed for 3.x in issue18408. Maybe we should backport other 
Victor's fixes from this issue.

Yet one possible bug -- using memcpy instead of memmove. The memory block can 
be resized without changing the address.

----------
nosy: +haypo, serhiy.storchaka

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

Reply via email to