From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126482 invoked by alias); 31 May 2018 17:28:00 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 126187 invoked by uid 89); 31 May 2018 17:28:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: esa8.dell-outbound.iphmx.com Received: from esa8.dell-outbound.iphmx.com (HELO esa8.dell-outbound.iphmx.com) (68.232.149.218) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 31 May 2018 17:27:59 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GLAQACMBBbmGKa6ERcGQEBAQEBAQEBA?= =?us-ascii?q?QEBAQcBAQEBAYQYgTUKmFSBeYEPX4FvkmYLhGwCggUhOBQBAgEBAQEBAQIBAQI?= =?us-ascii?q?QAQEBAQEICwsGKC+CNSKCUwEBAQMBOj8FCwIBCBQDAR4QTwgCBA4FgyKBeQiqE?= =?us-ascii?q?Yg/gWgJAYg3ghOBM4JphCxHTIJkgiQCmGkHAo5hgS6LZZEVgViBdHB6AYIYgi6?= =?us-ascii?q?OIG+OSIEZAQE?= X-IPAS-Result: =?us-ascii?q?A2GLAQACMBBbmGKa6ERcGQEBAQEBAQEBAQEBAQcBAQEBAYQ?= =?us-ascii?q?YgTUKmFSBeYEPX4FvkmYLhGwCggUhOBQBAgEBAQEBAQIBAQIQAQEBAQEICwsGK?= =?us-ascii?q?C+CNSKCUwEBAQMBOj8FCwIBCBQDAR4QTwgCBA4FgyKBeQiqEYg/gWgJAYg3ghO?= =?us-ascii?q?BM4JphCxHTIJkgiQCmGkHAo5hgS6LZZEVgViBdHB6AYIYgi6OIG+OSIEZAQE?= Received: from esa4.dell-outbound2.iphmx.com ([68.232.154.98]) by esa8.dell-outbound.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 May 2018 12:27:57 -0500 From: Received: from ausc60pc101.us.dell.com ([143.166.85.206]) by esa4.dell-outbound2.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 May 2018 23:27:57 +0600 X-LoopCount0: from 10.166.136.213 X-DLP: DLP_GlobalPCIDSS To: CC: , Subject: Re: GDB fails to build with Python 3.7 Date: Thu, 31 May 2018 17:28:00 -0000 Message-ID: References: <5e55cd3c-7ccd-4cce-5297-ddddadf91975@redhat.com> <20180530222629.642gog77pan2uzm5@adacore.com> In-Reply-To: <20180530222629.642gog77pan2uzm5@adacore.com> Content-Type: text/plain; charset="us-ascii" Content-ID: <63051DB6C5E6754AAC629B5E1C3E5779@dell.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2018-05/txt/msg00035.txt.bz2 > On May 30, 2018, at 6:26 PM, Joel Brobecker wrote: >=20 > From what I can tell, this was was introduced when you added > Python 3.x support, back in 2012: >=20 > commit 9a27f2c60d760a95a27e336750f26f69f91dd156 > Date: Wed Dec 12 16:47:30 2012 +0000 > Subject: Add support for Python 3 >=20 > Do you remember why you added that _PyImport_FixupBuiltin call? I just submitted a proposed patch for this. It's pretty easy, I'm not sure how I missed it originally. Possible the documentation has improved in the meantime. paul