From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23529 invoked by alias); 16 May 2012 03:12:58 -0000 Received: (qmail 23515 invoked by uid 22791); 16 May 2012 03:12:56 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-qa0-f48.google.com (HELO mail-qa0-f48.google.com) (209.85.216.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 May 2012 03:12:39 +0000 Received: by qady23 with SMTP id y23so372129qad.14 for ; Tue, 15 May 2012 20:12:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=vc/cMsT5f3vpkKvFfIFkaAoNQGOoxa5nkt04x5mSDEY=; b=cZy6gFcHYaG+uKuwzFd/b48UWwld+KD1Z6m11AXQ0NQhoWrCouE1Ks0xecowOGnmIQ I2FEb5wY3v5LRuI+z0bSlwJTw+GTOQolkuFCF7HLkNPYZ2s1cjOIpfjYgYo41dFCUxEA I4yxZZCvrA6e20TzGCCIyaTyQbY+9LtS7rIDslESbZDDqkF9K3UaXZ3JNTp1GsOVjsc5 lixU6y4gX9gk3wWAvaD8smdU9u9X2Y+sE7n5yB1Mbkh9640paGb89qFOiXd6ICTF01cT cPfWTquHpf+zPQ7j8KzaYrEniTr48juNsAaNUM8jLkxEZgDNJ+iICm2ZyGzLkDOAgv2+ +HvQ== Received: by 10.229.134.199 with SMTP id k7mr620833qct.99.1337137958939; Tue, 15 May 2012 20:12:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.134.199 with SMTP id k7mr620825qct.99.1337137958715; Tue, 15 May 2012 20:12:38 -0700 (PDT) Received: by 10.224.215.132 with HTTP; Tue, 15 May 2012 20:12:38 -0700 (PDT) In-Reply-To: <871umltcmn.fsf@fleche.redhat.com> References: <20120514015548.GA27497@sourceware.org> <87likuv6yr.fsf@fleche.redhat.com> <871umltcmn.fsf@fleche.redhat.com> Date: Wed, 16 May 2012 03:12:00 -0000 Message-ID: Subject: Re: New ARI warning Mon May 14 01:55:48 UTC 2012 From: Siva Chandra To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQlLcOT1No/YaTai2iDb4CuJ808BbIg2fCD8uvXcxTieRN9JZnB19iV1sWYV7GOt48q/UDnXDHZZS85ewHWT2OgnSFPNVohhQ0XuoDZTd2FG1eiNAM7F4s1AWdVG/BWVXFK2M/XbzA43WEoz+zGRdwZ9HgcY1A== X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00593.txt.bz2 Tom> GDB_PY_LLU_ARG should be used with gdb_py_ulongest. =A0What this type Tom> refers to depends on configure. =A0It is done this way to let us handle Tom> multiple Python versions in the same sources. =A0Your patch probably Tom> breaks on some version or another. =A0See python-internal.h. Tom> It was simplest to just fix it. Tom> Patch appended. Thanks Tom. I was away from work most day yesterday that I didn't get to do this myself. Thanks, Siva Chandra