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 twouters
Recipients paulhankin, twouters
Date 2007-08-28.15:36:04
SpamBayes Score 0.22829834
Marked as misclassified No
Message-id <1188315364.7.0.417619690409.issue1617687@psf.upfronthosting.co.za>
In-reply-to
Content
I prefer the current method, as it's more obviously walking in two
strides across the same array. I also dislike hiding the final memmove()
of the tail bit inside the loop. As for which is more obvious, I would
submit neither is obvious, as it took me quite a bit of brainsweat to
figure out how either version was supposed to work after not looking at
the code for months :)

Committed revision 57619.
History
Date User Action Args
2007-08-28 15:36:04twouterssetspambayes_score: 0.228298 -> 0.22829834
recipients: + twouters, paulhankin
2007-08-28 15:36:04twouterssetspambayes_score: 0.228298 -> 0.228298
messageid: <1188315364.7.0.417619690409.issue1617687@psf.upfronthosting.co.za>
2007-08-28 15:36:04twouterslinkissue1617687 messages
2007-08-28 15:36:04twouterscreate