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 rhettinger
Recipients jcea, jcon, python-dev, rhettinger, serhiy.storchaka, sfllaw
Date 2013-02-02.18:44:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359830682.55.0.720915480886.issue16398@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-02-02 18:44:42rhettingersetrecipients: + rhettinger, jcea, sfllaw, python-dev, jcon, serhiy.storchaka
2013-02-02 18:44:42rhettingersetmessageid: <1359830682.55.0.720915480886.issue16398@psf.upfronthosting.co.za>
2013-02-02 18:44:42rhettingerlinkissue16398 messages
2013-02-02 18:44:42rhettingercreate