From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82341 invoked by alias); 20 Feb 2019 22:06:14 -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 82042 invoked by uid 89); 20 Feb 2019 22:06:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_05,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:comcast.net, A-OK, aok, a-ok X-HELO: resqmta-ch2-03v.sys.comcast.net Received: from resqmta-ch2-03v.sys.comcast.net (HELO resqmta-ch2-03v.sys.comcast.net) (69.252.207.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Feb 2019 22:06:12 +0000 Received: from resomta-ch2-17v.sys.comcast.net ([69.252.207.113]) by resqmta-ch2-03v.sys.comcast.net with ESMTP id wRv1gUfUJ0R3Kwa0FgTm6j; Wed, 20 Feb 2019 22:06:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1550700367; bh=YotEVac2h6uflw6DxrvpaeecsXo2AWhi1ZCSXjMVMEw=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To; b=K5WNutTjDTu4WT1XP/vz/UE1hh6dBDlY16dhnI9s0AXgfihZmliagiS3nDjgrrHYW CHBAhw0jUyYAklvKvWCqkg4CMOsxU6XKxqIdH4nneD99oChYLpxOxRAOQPDX5VukeO 5hIcw8IKBSNilXOHC1Us6+Za7K437QIaR/cuPIZkKBtNLaT5SBwJrVuAoFLEGs46Pz yqT0EGZt6DL9QC3W2leHB2idjEyK8u/CbFVgEs/NpnjppE6TdouoyV2RoQf8os3Tgn caYBHqDXkivFwi1PvpwJADljtZoLmATSrSLtVgiP3khzKpxNgb73TKx2TO9BwazbM3 88Y50DN8aoMrA== Received: from pkoning.akdesign.com ([73.60.223.101]) by resomta-ch2-17v.sys.comcast.net with ESMTPA id wa0EgUpWKoIxLwa0Fgmmjx; Wed, 20 Feb 2019 22:06:07 +0000 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgedutddrtdeigdduheejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurheptggguffhjgffgffkfhfvofesthhqmhdthhdtvdenucfhrhhomheprfgruhhlucfmohhnihhnghcuoehprghulhhkohhnihhnghestghomhgtrghsthdrnhgvtheqnecukfhppeejfedriedtrddvvdefrddutddunecurfgrrhgrmhephhgvlhhopehpkhhonhhinhhgrdgrkhguvghsihhgnhdrtghomhdpihhnvghtpeejfedriedtrddvvdefrddutddupdhmrghilhhfrhhomhepphgruhhlkhhonhhinhhgsegtohhmtggrshhtrdhnvghtpdhrtghpthhtohepkhgvvhhinhgssehrvgguhhgrthdrtghomhdprhgtphhtthhopehguggssehsohhurhgtvgifrghrvgdrohhrghenucevlhhushhtvghrufhiiigvpedt X-Xfinity-VMeta: sc=-100;st=legit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: Proposal: Drop GDB support for Python versions < 2.6 From: Paul Koning In-Reply-To: Date: Wed, 20 Feb 2019 22:06:00 -0000 Cc: "gdb@sourceware.org" Content-Transfer-Encoding: quoted-printable Message-Id: <3A227E41-CC9A-43FF-A526-81FD325215E1@comcast.net> References: <20190220134506.13960235@f29-4.lan> To: Kevin Buettner X-SW-Source: 2019-02/txt/msg00025.txt.bz2 > On Feb 20, 2019, at 4:29 PM, Paul Smith wrote: >=20 > 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. >=20 > 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. I concur. Along the same lines, do you want to drop support for <=3D 3.x for some x? = Python 3 is up to 3.7 now; I'm not sure if it matters much to the code or = maintenance burden, but dropping support for some of the older 3.x releases= might also make sense. paul