Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Negative array indicies and slice()

Received: by 10.66.90.37 with SMTP id bt5mr4537482pab.40.1352157138568;
        Mon, 05 Nov 2012 15:12:18 -0800 (PST)
Path: s9ni82304pbb.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!novia!news-hub.siol.net!news.mi.ras.ru!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path: <ros...@gmail.com>
X-Original-To: python-l...@python.org
Delivered-To: python-l...@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>
	<mailman.2986.1351482209.27098.python-list@python.org>
	<4c024364-84df-403b-8b9e-4a4c8f06121c@googlegroups.com>
	<mailman.2991.1351484760.27098.python-l...@python.org>
	<cd108b9d-e951-463e-8e50-a5a024a27c7f@googlegroups.com>
	<508e6649$0$29967$c3e8da3$54964...@news.astraweb.com>
	<508E1BC9.3000...@r3dsolutions.com>
	<CALwzid=rhea2aMXM_St2FwTiAx+cnZ20_H6RtwW0_81uSQA...@mail.gmail.com>
	<508EA3EF.5080...@r3dsolutions.com>
Date: Tue, 30 Oct 2012 09:55:23 +1100
Subject: Re: Negative array indicies and slice()
From: Chris Angelico <ros...@gmail.com>
To: python-l...@python.org
X-BeenThere: python-l...@python.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: General discussion list for the Python programming language
	<python-list.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/options/python-list>,
	<mailto:python-list-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-l...@python.org>
List-Help: <mailto:python-list-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-list>,
	<mailto:python-list-requ...@python.org?subject=subscribe>
Newsgroups: comp.lang.python
Message-ID: <mailman.3054.1351551326.27098.python-l...@python.org>
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: ab...@xs4all.nl
Bytes: 3681
Content-Type: text/plain; charset=ISO-8859-1

On Tue, Oct 30, 2012 at 2:42 AM, Andrew Robinson
<andr...@r3dsolutions.com> 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