Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'cpython': 0.05; 'pop': 0.05; 'mercurial': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'svn,': 0.16; 'url:svn': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; '25,': 0.31; 'says': 0.33; 'url:python': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'url:eu': 0.37; 'does': 0.39; 'url:c': 0.67; 'smith': 0.68; '2015': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=O0YnJSRnbQXJQaw0JvPcCCnUoEgNleXhYpuwo27dKic=; b=kY11OLG318C3W0LC8YP2RsPOi+D6CZq6pN6PGfyVyFD1MZBnz6bwEeL2KBY55wP1fl b3CvKi3Ibk+Iwo5cyNn5wkkdf0ymrjK4+P297Tc8ZH30t6Fj3pLBdh1yv9gnMdCkZ5Dw A3DMgv1DTzWYADn0wy4DSrIKdg32/+0FvHbj9eCbfCum1Ori+ebTTZce36iX0qam9h3P BVvTPgzlMaUhRWJ2WqjHG3z1+uy7z/jou4eDCHUWir5PljMH8Vv5QMr3BS53T3BShiy2 ZGwpnAJVa8lpj9UD9aU/hXgo/qe/z0Tt8OnA5TKaul4aERqcKpHa9u+aLx0zJZCTM9jo H/WQ== MIME-Version: 1.0 X-Received: by 10.42.64.197 with SMTP id h5mr881274ici.12.1424820783391; Tue, 24 Feb 2015 15:33:03 -0800 (PST) In-Reply-To: <1cf84559-3a63-4799-a879-ae8e513d387e@googlegroups.com> References: <1cf84559-3a63-4799-a879-ae8e513d387e@googlegroups.com> Date: Wed, 25 Feb 2015 10:33:03 +1100 Subject: Re: Bug in timsort!? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424820786 news.xs4all.nl 2860 [2001:888:2000:d::a6]:46136 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86359 On Wed, Feb 25, 2015 at 8:34 AM, Roy Smith wrote: > http://envisage-project.eu/proving-android-java-and-python-sorting-algorithm-is-broken-and-how-to-fix-it/ The post links to: http://svn.python.org/projects/python/trunk/Objects/listobject.c Is that still valid and current? It says svn, but does it pop through to the Mercurial repo where the _real_ CPython code is stored? ChrisA