Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30613

Re: where to view range([start], stop[, step])'s C implementation source code ?

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 <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.114
X-Spam-Level *
X-Spam-Evidence '*H*': 0.78; '*S*': 0.01; 'subject:code': 0.07; 'oct': 0.16; 'subject:start': 0.16; 'subject:stop': 0.16; 'subject:where': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'subject:skip:i 10': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'source': 0.29; 'code': 0.31; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'subjectcharset:utf-8': 0.72; 'url:c': 0.77; 'subject:source': 0.84; 'to:name:python': 0.84; 'url:cpython': 0.84; 'subject:view': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=0pwFVInprqemI6lRxmZa0c6E0gg2363l9wkhR9leOMQ=; b=of7GeAf457/+qWPwBoSC8aGhB1RG8NV2MDZkoS/VzwlDb/fziZsa216+AiQX73U60J m84l6VmnVDMpzhJXnyS46EAWRkCmmn0Loh5DWsJOxhveP88dHRFPm55s/apiX1437O1b 7EwpZBZi7svY+InOgt/25Rs9VZhcCzZeGlmGFJFVn7evqHpMK66Nwo9aXzNOvdevJsXj R6eh3CyurmF8Zcu29LE5HHZabwg+Fp6OQKysRHiCkmFkkLYrTX+02nIbyAt41glKRHLK TJBYo9+n/vNHn3Yz/VMYBZEnuG7E/jjAtkDJbu93YgfbGIWXprFe3BC1OY/YNNn+sbv7 27Tw==
MIME-Version 1.0
In-Reply-To <bcad3f1e-1633-4786-8137-19032f32b6bd@googlegroups.com>
References <bcad3f1e-1633-4786-8137-19032f32b6bd@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Mon, 1 Oct 2012 09:41:52 -0600
Subject Re: where to view range([start], stop[, step])'s C implementation source code ?
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@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-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.1709.1349106145.27098.python-list@python.org> (permalink)
Lines 5
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1349106145 news.xs4all.nl 6972 [2001:888:2000:d::a6]:32955
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:30613

Show key headers only | View raw


On Mon, Oct 1, 2012 at 9:28 AM, iMath <redstone-cold@163.com> wrote:
> where to view range([start], stop[, step])'s C implementation source code ?

http://hg.python.org/cpython/file/3f739f42be51/Objects/rangeobject.c

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

where to view range([start], stop[, step])'s C implementation source code ? iMath <redstone-cold@163.com> - 2012-10-01 08:28 -0700
  Re: where to view range([start], stop[, step])'s C implementation source code ? Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-01 09:41 -0600
    Re: where to view range([start], stop[, step])'s C implementation source code ? iMath <redstone-cold@163.com> - 2012-10-17 16:23 -0700
    Re: where to view range([start], stop[, step])'s C implementation source code ? iMath <redstone-cold@163.com> - 2012-10-17 16:23 -0700

csiph-web