Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19681
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'attempting': 0.04; 'tuple': 0.09; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nest': 0.16; 'subject:syntax': 0.16; 'subject:question': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'written': 0.19; 'feb': 0.22; 'header:In-Reply-To:1': 0.22; 'code': 0.25; 'pm,': 0.26; 'message-id:@mail.gmail.com': 0.28; 'kelly': 0.30; 'tuples': 0.30; 'least': 0.30; 'supposed': 0.32; 'to:addr:python-list': 0.33; 'certain': 0.34; 'moving': 0.35; 'reference': 0.37; 'received:google.com': 0.37; 'page': 0.37; 'received:209.85': 0.38; 'correctly': 0.38; 'received:209': 0.39; 'subject:: ': 0.39; 'might': 0.40; 'to:addr:python.org': 0.40; 'worth': 0.61; 'bulk': 0.82; '12:12': 0.84; 'good,': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AqNB51Xz7kwBtG5COOoyhfS5emrZaUoXK3y+dCzJZTs=; b=gM0a6l6yGG7Vtdq76UcapTt9Y359gpWGmNPTY4kEkxD8DnW3DF5zH9jQXjmi9AMtmb TywUSe9TlNpuiCNG2wmpd1eYw8vTA4gNws513p8Xy1HsNqpbcOu0UE3yM+OTL51l1I1H /LMtez8F6aBkKWTiF9lpsrWuKj9KzGL1THndo= |
| MIME-Version | 1.0 |
| In-Reply-To | <CALwzidm6=20PAF2U=QHtzVeSh1A94Ue1eVws90Vp4YwfEeEiRA@mail.gmail.com> |
| References | <mailman.5218.1327946109.27778.python-list@python.org> <Xns9FEBE05D32BCCduncanbooth@127.0.0.1> <CAPTjJmqMBpF8TG341Vnfk8eWT8VJq3EgF-_9dnYeKpnPXxGsgA@mail.gmail.com> <CALwzidnpfV_2mQnv33KfZ_WCqTfwahcWfO1fr6A29dGXG0wJ0Q@mail.gmail.com> <CALwzidm6=20PAF2U=QHtzVeSh1A94Ue1eVws90Vp4YwfEeEiRA@mail.gmail.com> |
| Date | Wed, 1 Feb 2012 13:46:02 +1100 |
| Subject | Re: except clause syntax question |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5282.1328064365.27778.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1328064365 news.xs4all.nl 6908 [2001:888:2000:d::a6]:36396 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19681 |
Show key headers only | View raw
On Wed, Feb 1, 2012 at 12:12 PM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > Incidentally, I *think* that any correctly written C code attempting > to nest a tuple inside itself would make the reference count of the > tuple be at least 2 at the time of the call, and so it would fail. Good, nice that that's certain :) Might be worth moving the "[b]ecause tuples are supposed to be immutable" warning up to the top of the page then, since the bulk of it applies to all those functions and not just resize. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
except clause syntax question Charles Yeomans <charles@declareSub.com> - 2012-01-30 12:41 -0500
Re: except clause syntax question Mel Wilson <mwilson@the-wire.com> - 2012-01-30 14:15 -0500
Re: except clause syntax question Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-31 00:00 +0000
Re: except clause syntax question Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-01-30 19:25 -0500
Re: except clause syntax question Charles Yeomans <charles@declareSub.com> - 2012-01-31 08:57 -0500
Re: except clause syntax question Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-31 14:51 +0000
Re: except clause syntax question Charles Yeomans <charles@declareSub.com> - 2012-01-31 11:23 -0500
Re: except clause syntax question Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-01-31 11:38 -0500
Re: except clause syntax question Charles Yeomans <charles@declaresub.com> - 2012-01-31 12:29 -0500
Re: except clause syntax question Ethan Furman <ethan@stoneleaf.us> - 2012-01-31 08:56 -0800
Re: except clause syntax question Terry Reedy <tjreedy@udel.edu> - 2012-01-31 19:12 -0500
Re: except clause syntax question Charles Yeomans <charles@declareSub.com> - 2012-01-31 19:27 -0500
Re: except clause syntax question Mel Wilson <mwilson@the-wire.com> - 2012-01-31 08:24 -0500
Re: except clause syntax question Charles Yeomans <charles@declareSub.com> - 2012-01-31 13:04 -0500
Re: except clause syntax question Duncan Booth <duncan.booth@invalid.invalid> - 2012-01-31 22:03 +0000
Re: except clause syntax question Chris Angelico <rosuav@gmail.com> - 2012-02-01 11:53 +1100
Re: except clause syntax question Mel Wilson <mwilson@the-wire.com> - 2012-01-31 23:39 -0500
Re: except clause syntax question Ian Kelly <ian.g.kelly@gmail.com> - 2012-01-31 18:09 -0700
Re: except clause syntax question Ian Kelly <ian.g.kelly@gmail.com> - 2012-01-31 18:12 -0700
Re: except clause syntax question Chris Angelico <rosuav@gmail.com> - 2012-02-01 13:46 +1100
csiph-web