[issue1617687] specialcase simple sliceobj in list (and bugfixes)

Thomas Wouters report at bugs.python.org
Tue Aug 28 17:36:04 CEST 2007


Thomas Wouters added the comment:

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.

----------
assignee:  -> twouters
resolution:  -> fixed
status: open -> closed

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1617687>
_____________________________________


More information about the Python-bugs-list mailing list