This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, python-dev, serhiy.storchaka, vstinner
Date 2016-06-04.05:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465018283.44.0.497471741919.issue27211@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-04 05:31:23serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, python-dev
2016-06-04 05:31:23serhiy.storchakasetmessageid: <1465018283.44.0.497471741919.issue27211@psf.upfronthosting.co.za>
2016-06-04 05:31:23serhiy.storchakalinkissue27211 messages
2016-06-04 05:31:23serhiy.storchakacreate