From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23378 invoked by alias); 10 Dec 2012 21:22:46 -0000 Received: (qmail 23367 invoked by uid 22791); 10 Dec 2012 21:22:45 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausc60ps301.us.dell.com (HELO ausc60ps301.us.dell.com) (143.166.148.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Dec 2012 21:22:36 +0000 X-LoopCount0: from 10.175.216.250 From: To: CC: Subject: Re: [PATCH] Python 3 support, part 2 (testsuite part) Date: Mon, 10 Dec 2012 21:22:00 -0000 Message-ID: References: <87vcd5tkc0.fsf@fleche.redhat.com> <87k3spd30c.fsf@fleche.redhat.com> In-Reply-To: <87k3spd30c.fsf@fleche.redhat.com> Content-Type: text/plain; charset="us-ascii" Content-ID: <72BAB84BCBF998478DA81CBE075A0A99@dell.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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-12/txt/msg00288.txt.bz2 On Dec 10, 2012, at 4:13 PM, Tom Tromey wrote: >>>>>> "Paul" =3D=3D writes: >=20 > Paul> Sorry for the long delay... I looked more closely at my test > Paul> results and noticed an error I had overlooked. It was not > Paul> correctly setting the gdb_py_is_py3k and gdb_py_is_py24 variables. > Paul> The correction for that error changes testsuite/lib/gdb.exp -- all > Paul> the other the testsuite changes are unaffected. Attached is the > Paul> updated diff for that file. >=20 > Paul> Ok with that correction? >=20 > Yes, thanks. >=20 > Tom Thanks. Committed. paul