From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45670 invoked by alias); 8 Jun 2018 14:37:50 -0000 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 Received: (qmail 45646 invoked by uid 89); 8 Jun 2018 14:37:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=3.7 X-HELO: esa5.dell-outbound.iphmx.com Received: from esa5.dell-outbound.iphmx.com (HELO esa5.dell-outbound.iphmx.com) (68.232.153.95) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Jun 2018 14:37:47 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2FTAQABlBpbh8mZ6ERdGQEBAQEBAQEBA?= =?us-ascii?q?QEBAQcBAQEBAYQXDoEnCphZgV0hlFKBeAsjC4Q+AoJNITUXAQIBAQEBAQECAQE?= =?us-ascii?q?CEAEBAQoLCQgpIwyCNSIRegEBAQEBAQEBAU0CDWMBAQEDATo/BQsCAQgYHhBXA?= =?us-ascii?q?gQOBYMiAoF3CA+rdYhGgWMFCQGIOYITgTMMglyDEQQYgUZMgmWCJAKYewcChW2?= =?us-ascii?q?Ifo0oigaHJ4FDA4IGcHoBghiCL4hihT5vkB+BGQEB?= X-IPAS-Result: =?us-ascii?q?A2FTAQABlBpbh8mZ6ERdGQEBAQEBAQEBAQEBAQcBAQEBAYQ?= =?us-ascii?q?XDoEnCphZgV0hlFKBeAsjC4Q+AoJNITUXAQIBAQEBAQECAQECEAEBAQoLCQgpI?= =?us-ascii?q?wyCNSIRegEBAQEBAQEBAU0CDWMBAQEDATo/BQsCAQgYHhBXAgQOBYMiAoF3CA+?= =?us-ascii?q?rdYhGgWMFCQGIOYITgTMMglyDEQQYgUZMgmWCJAKYewcChW2Ifo0oigaHJ4FDA?= =?us-ascii?q?4IGcHoBghiCL4hihT5vkB+BGQEB?= Received: from esa1.dell-outbound2.iphmx.com ([68.232.153.201]) by esa5.dell-outbound.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jun 2018 09:33:08 -0500 From: Received: from ausc60ps301.us.dell.com ([143.166.148.206]) by esa1.dell-outbound2.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jun 2018 20:28:43 +0600 X-LoopCount0: from 10.166.136.216 X-DLP: DLP_GlobalPCIDSS To: CC: , Subject: Re: [PATCH] fix build failure with Python 3.7 Date: Fri, 08 Jun 2018 14:37:00 -0000 Message-ID: <7EBB2FFE-48D7-4361-ACA8-A9CB87031CA6@dell.com> References: <96198491-96D8-42F0-9956-1C2BC9277050@dell.com> <87fu27fux2.fsf@redhat.com> <2BFDF702-C2E4-4339-ABB4-D0655063DE95@dell.com> <4e99c685-9047-bb84-8ead-ea13d4c202d3@redhat.com> <181F555B-4509-4DA2-9D10-4DF4D47D8E3F@dell.com> <1e718869-7d3d-11f3-1748-d7f34032c8d8@redhat.com> <44D6B060-1CF8-4285-9723-4EB503618855@dell.com> <5f0ab19d-02df-6462-7802-1dba8c0cf82e@redhat.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2018-06/txt/msg00216.txt.bz2 > On Jun 8, 2018, at 10:35 AM, Pedro Alves wrote: >=20 > Hi Paul, > On 06/01/2018 02:47 PM, Paul.Koning@dell.com wrote: >>=20 >>=20 >>> On Jun 1, 2018, at 9:37 AM, Pedro Alves wrote: >>>=20 >>> On 06/01/2018 02:36 PM, Pedro Alves wrote: >>>> On 06/01/2018 02:22 PM, Paul.Koning@dell.com wrote: >>>>> Ok, here is the patch in its current state. Ok to commit? >>>>=20 >>>> Yes, but recall to include the rationale in the git commit log, and >>>> to include the link to the original Python issue in there. >>>=20 >>> Actually, should this go to the 8.1 branch too? If so, then per >>> standard procedure we will indeed need a GDB bugzilla bug filed >>> (and then a reference added to the ChangeLog). >>=20 >> I opened the bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D23252 > Thanks. AFAICT, everything's sorted out. Anything holding this back? Just waiting for approval to commit. paul