From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id A06053858C3A for ; Tue, 11 Jan 2022 03:26:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A06053858C3A Received: by mail-wr1-x42a.google.com with SMTP id l25so19569514wrb.13 for ; Mon, 10 Jan 2022 19:26:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=c0cZXXUcU9LxdF60OFrHNVFKJjXNGvbNhoy8SBZVy5M=; b=ywKDge1D8zcnJKNeKogb5Ow3VHK8Tbu3nxxZjDEtCsIx5pqURkjA8h+d+i0LEbE2j0 5qNGN5MCWJ53LORMOI4XlY4gzIPm9XyA+dgB1Wj6VpbJGquMGEs51CgkRmWcC9opGQ/J k41pP6s+CcCVYPayhNcisQ8xa9Rl+nS2AXQlnBKOF8HRWungBXQyam1iwkIaO8ycpeS2 ZLZLLTufBMfFFDLvReii0SZF9gu1smCGMlGMEWAcG4OYOEGsgTocYVjwek1qWN+vP4qt CfUfnTPZrCX4ReDgrtrxK/H2gFtozFpsrD2M7i+S0W/JgUq90N9T8Drg6uWQypBJBpAs izmg== X-Gm-Message-State: AOAM531hkJa3ZuqcZZg7k3mefDVBCq17yzevfS4LeMlTgMcQ04ax28d6 fOViyh637HMXyWrGmGoQZ2+t X-Google-Smtp-Source: ABdhPJxvyOp/YGZeHX3ktLdn88GSU9ySirr/lQ3/X3A/OnsnCnNW5zmADxX3cqRoUzyauINp1t15mA== X-Received: by 2002:a5d:6488:: with SMTP id o8mr2010137wri.93.1641871603645; Mon, 10 Jan 2022 19:26:43 -0800 (PST) Received: from takamaka.home (lfbn-reu-1-503-119.w92-130.abo.wanadoo.fr. [92.130.90.119]) by smtp.gmail.com with ESMTPSA id c11sm554651wmq.48.2022.01.10.19.26.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jan 2022 19:26:42 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 5D838A4A59; Tue, 11 Jan 2022 07:26:40 +0400 (+04) Date: Tue, 11 Jan 2022 07:26:40 +0400 From: Joel Brobecker To: Simon Marchi Cc: Joel Brobecker , Andrew Burgess via Gdb-patches Subject: Re: [PATCH 1/3] gdb/python: remove Python 2 support Message-ID: References: <20220107152921.2858909-1-simon.marchi@polymtl.ca> <20220107174405.GC622389@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2022 03:26:46 -0000 > Even though it would be possible to add the deprecation notice in 11.2, > I don't think we should. I see Python 2 getting the "will be removed in > next release" a bit like a new feature, and we should not introduce it > in a bugfix release. OK, that makes sense as well, so no problem. OK for me to wait for GDB 13. -- Joel