From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122228 invoked by alias); 20 Feb 2019 21:44:59 -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 121969 invoked by uid 89); 20 Feb 2019 21:44:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_PASS autolearn=no version=3.3.2 spammy=HTo:U*gdb, H*Ad:U*gdb, 2x, aok X-HELO: relay.fit.cvut.cz Received: from relay.fit.cvut.cz (HELO relay.fit.cvut.cz) (147.32.232.237) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Feb 2019 21:44:57 +0000 Received: from imap.fit.cvut.cz (imap.fit.cvut.cz [147.32.232.238]) by relay.fit.cvut.cz (8.15.2/8.15.2) with ESMTPS id x1KLieqQ074471 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 20 Feb 2019 22:44:42 +0100 (CET) (envelope-from jan.vrany@fit.cvut.cz) Received: from sao (02795030.bb.sky.com [2.121.80.48] (may be forged)) (authenticated bits=0 as user vranyj1) by imap.fit.cvut.cz (8.15.2/8.15.2) with ESMTPSA id x1KLids6082162 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 20 Feb 2019 22:44:40 +0100 (CET) (envelope-from jan.vrany@fit.cvut.cz) Message-ID: <1e11ab8bf081211e6cd21f052244c834cd0f21e4.camel@fit.cvut.cz> Subject: Re: Proposal: Drop GDB support for Python versions < 2.6 From: Jan Vrany To: psmith@gnu.org, Kevin Buettner , gdb@sourceware.org Date: Wed, 20 Feb 2019 21:44:00 -0000 In-Reply-To: References: <20190220134506.13960235@f29-4.lan> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-02/txt/msg00022.txt.bz2 On Wed, 2019-02-20 at 16:29 -0500, Paul Smith wrote: > On Wed, 2019-02-20 at 13:45 -0700, Kevin Buettner wrote: > > Going even further, since 2.6 is no longer supported by the Python > > community, I'd also be okay with saying that GDB only supports Python > > 2.7 and Python 3.X. > > Don't know if anyone cares, but as a heavy user of Python support in > GDB, I'm fine with this. As long as GDB still supports Python 2.7 it's > A-OK with me. As for myself, as another user of python support, fine with me. Actually, I'd even be fine with more radical move, dropping support for 2.x altogether. Python 2.7 support will end in less a year from now anyway. Just my two cents. Jan