From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108088 invoked by alias); 20 Feb 2019 22:11:50 -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 108019 invoked by uid 89); 20 Feb 2019 22:11:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=HTo:U*gdb, 2x, 2.x, radical X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Feb 2019 22:11:47 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 493D13001AAB; Wed, 20 Feb 2019 22:11:46 +0000 (UTC) Received: from f29-4.lan (ovpn-117-11.phx2.redhat.com [10.3.117.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 185515D9D2; Wed, 20 Feb 2019 22:11:46 +0000 (UTC) Date: Wed, 20 Feb 2019 22:11:00 -0000 From: Kevin Buettner To: gdb@sourceware.org Cc: Jan Vrany Subject: Re: Proposal: Drop GDB support for Python versions < 2.6 Message-ID: <20190220151145.04ca21c2@f29-4.lan> In-Reply-To: <1e11ab8bf081211e6cd21f052244c834cd0f21e4.camel@fit.cvut.cz> References: <20190220134506.13960235@f29-4.lan> <1e11ab8bf081211e6cd21f052244c834cd0f21e4.camel@fit.cvut.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-02/txt/msg00026.txt.bz2 On Wed, 20 Feb 2019 21:44:39 +0000 Jan Vrany wrote: > 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. I'm not ready to drop support for all of 2.X. Though if we did, we'd be able to remove many of the ifdefs from the C/C++ files in gdb/python. Kevin