<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, Oct 10, 2016 at 10:15 PM Guido van Rossum <<a href="mailto:guido@python.org">guido@python.org</a>> wrote:<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">But that's suspicious in itself -- since no comparisons are needed to<br class="gmail_msg"><br>sort a 1-element list, if it's still faster, there must be something<br class="gmail_msg"><br>else you're doing (or not doing) that's affecting the time measured.<br></blockquote><div><br></div><div>Oh, ya. Duh. So that's weird... I would very much to figure out what causes that, actually. I don't think method calling has anything to do with it, since I'm subclassing list (could be wrong though). Perhaps it has to do with the fact that my sort method is compiled on my laptop while my python is a distributed binary? I will be able to rule that out when I implement this as a patch instead of an extension module and test my own build.<br><br></div><div>Anyway, thanks for looking at all this, I will post on the bug tracker and on here once I have something more mature; this feedback has been very useful. <br></div></div></div>