From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72675 invoked by alias); 1 Jun 2018 01:27:18 -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 72655 invoked by uid 89); 1 Jun 2018 01:27:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=non-gdb, nongdb X-HELO: gateway23.websitewelcome.com Received: from gateway23.websitewelcome.com (HELO gateway23.websitewelcome.com) (192.185.50.164) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Jun 2018 01:27:15 +0000 Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway23.websitewelcome.com (Postfix) with ESMTP id BF6E757B4 for ; Thu, 31 May 2018 20:27:13 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id OYqXf60AIBcCXOYqXfyCVu; Thu, 31 May 2018 20:27:13 -0500 X-Authority-Reason: nr=8 Received: from 75-166-42-107.hlrn.qwest.net ([75.166.42.107]:49726 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fOYqW-0018xj-Si; Thu, 31 May 2018 20:27:12 -0500 From: Tom Tromey To: Cc: , Subject: Re: [PATCH] fix build failure with Python 3.7 References: <96198491-96D8-42F0-9956-1C2BC9277050@dell.com> <87fu27fux2.fsf@redhat.com> <2BFDF702-C2E4-4339-ABB4-D0655063DE95@dell.com> Date: Fri, 01 Jun 2018 01:27:00 -0000 In-Reply-To: <2BFDF702-C2E4-4339-ABB4-D0655063DE95@dell.com> (Paul Koning's message of "Thu, 31 May 2018 20:45:40 +0000") Message-ID: <87efhrpa8g.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Source-L: No X-Exim-ID: 1fOYqW-0018xj-Si X-Source-Sender: 75-166-42-107.hlrn.qwest.net (bapiya) [75.166.42.107]:49726 X-Source-Auth: tom+tromey.com X-Email-Count: 3 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2018-06/txt/msg00000.txt.bz2 >>>>> writes: >> This bug number is actually from Python's bugzilla, not GDB's. So it's >> not correct to mention it here in the ChangeLog/commit message. AFAIK, >> there's no correspondent GDB bug filed for this issue. > Ok, I removed that. There may be other cases where we stick a URL of some non-gdb bug into the ChangeLog (or at least the commit message), and that seems like it would save some time for some future archaeologist, so I'd suggest doing that. Tom