From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 078213857C46 for ; Fri, 18 Sep 2020 07:24:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 078213857C46 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=eliz@gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]:57437) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJAlH-0003PW-KJ; Fri, 18 Sep 2020 03:24:51 -0400 Received: from [176.228.60.248] (port=1203 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kJAlG-0004Fq-SU; Fri, 18 Sep 2020 03:24:51 -0400 Date: Fri, 18 Sep 2020 10:25:03 +0300 Message-Id: <83a6xn5yy8.fsf@gnu.org> From: Eli Zaretskii To: vincent Dupaquis Cc: gdb@sourceware.org In-Reply-To: (message from vincent Dupaquis on Fri, 18 Sep 2020 09:15:35 +0200) Subject: Re: Proposal to remove Python 2 support References: <87sgbiahur.fsf@tromey.com> <3415E02F-C35C-4C72-8C9A-C141E024F3AC@comcast.net> <1600210499.574691995@f12.my.com> <20200916130013.GC5797@adacore.com> <20200916135312.GB3030@embecosm.com> <20200916152329.GD5797@adacore.com> <20200916153400.GC3030@embecosm.com> <87lfh872n6.fsf@tromey.com> <20200917174940.GB30765@adacore.com> <83o8m45lih.fsf@gnu.org> <20200917181005.GA2839196@host1.jankratochvil.net> <83lfh85jkf.fsf@gnu.org> X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 07:24:54 -0000 > From: vincent Dupaquis > Date: Fri, 18 Sep 2020 09:15:35 +0200 > > Some vendors are still delivering gdb with python2 by default, for > instance ARM in their arm-none-eabi delivery > (https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads). To clarify, I didn't mean to say that we should decide not to have new features supported for Python 2. What I wrote was written in response to an opinion that keeping Python 2 supported might induce some heavy development and maintenance costs. I then said that we could decide not to support some of the newer features for Python 2, because doing that would be better than dropping Python 2 support completely. FTR, I'm the last person to be happy with dropping Python 2 support: I have it installed, and I'm building GDB with Python 2. I even volunteered to be the tester of Python 2.6 usage in GDB, because that is even older.