Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'exception': 0.03; 'things.': 0.05; 'exited': 0.09; 'received:mail- vc0-f174.google.com': 0.09; 'subject:()': 0.09; 'crashed': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oct': 0.16; 'sorts': 0.16; 'subject:array': 0.16; 'wrote:': 0.17; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'andrew': 0.27; 'message-id:@mail.gmail.com': 0.27; 'all.': 0.28; 'received:209.85.220.174': 0.29; 'no,': 0.29; 'usually': 0.30; 'error': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'test': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; '30,': 0.62; 'case?': 0.84 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:to :content-type; bh=ifQMy81FNyuTNR1c2n33TUCmOfcepbU0R46u89WlV4k=; b=qx/yrI5LgYPUnA/CgAZKEBwox4DUSK2w9dlVAWlXTXYIxu9v61kq6pVARisB7vTszq 1ACnacBCrhRp1JUnfXaRj6C97pTci9nP59p9fTFVhi9WAPS2fQYO7jYX9m0YWcQC/wic pjGfYFfAl95NOBZa+XyqJPOfq3KVgq34tmrOZxv8ByKFtZQ57P7WiVgQbr0Kj1wPdEMl cKb/c/5s3EpaNgVnOwgfnVoR4kj2H4FJsgVK0y075mB9dXy9FeZtPXWvI1bJ3mDKu8Hc 7q2MQfPR+GiAakHgInBAy8hNEdmoOS2hgEIlpoUw33Jk0RUZwVwpAaRVt6VPEya1K7de VA8Q== MIME-Version: 1.0 In-Reply-To: <508EA3EF.5080504@r3dsolutions.com> References: <6998a955-7b34-4f4f-b8d6-62d1028f7561@googlegroups.com> <4c024364-84df-403b-8b9e-4a4c8f06121c@googlegroups.com> <508e6649$0$29967$c3e8da3$5496439d@news.astraweb.com> <508E1BC9.3000308@r3dsolutions.com> <508EA3EF.5080504@r3dsolutions.com> Date: Tue, 30 Oct 2012 09:55:23 +1100 Subject: Re: Negative array indicies and slice() From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351551326 news.xs4all.nl 6966 [2001:888:2000:d::a6]:59353 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32436 On Tue, Oct 30, 2012 at 2:42 AM, Andrew Robinson wrote: > No, there was no error at all. Pthon just crashed & exited; not even an > exception that I can recall. It was if it exited normally! Can you create a reproducible test case? There's usually a cause to these sorts of things. ChrisA