From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id aOKXEx5L3GXuYAAAqHPOHw:P1 (envelope-from ) for ; Mon, 26 Feb 2024 09:26:06 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id aOKXEx5L3GXuYAAAqHPOHw (envelope-from ) for ; Mon, 26 Feb 2024 09:26:06 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=bioneland.org header.s=20230804 header.b=FBv5PwD5; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708935966; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=cC8NkiVNzJXgA677LwBDWBTkaxGBOlnV1KB7b7/kAb8=; b=pOchwkW+OvMS6Zc1CdJaxVlBeNVeUBDv11pZV/sUGc5ChDftssoMrZe7Tphj63vWNG9Yp0 zNKpxYLH8K5VRSW75g5Wh/pkA2mYWX4H4gaBmAKRkLVCPOzzPxtzhEH70S4DeebB1XYxn2 4ZVU/lZTYWCVgcgai3oWGglhKrVRi6dZnt1UtISngkM0XZTG31nLxxFVwWABdaEZLgJOl5 Fx1JL2FvASrJA8nuNqRYVobTzJur6sFUGGqjiD9Hg+84FRcWBXl/fu2rCfkZtAU3lpRsIm oA8qSmcFBqYUyi6H7lfUYUrJWpdbE4DNkZU+A8x1G8riIB/EvUYjmv3Zx1D/Ug== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=bioneland.org header.s=20230804 header.b=FBv5PwD5; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708935966; a=rsa-sha256; cv=none; b=gLUB+SJTXKMn6D3LcKXcVEwz5fwG1IclAXJjHjkUpN0BmsR9RKOmbRH1YUwTP4grO9yrNa 5HwpgB60rcNumZM9vrSGnlEbZq+Sao2to84LsX9RdF1/zQL1gxg+aENTHB2tYn7SpPGRVq QU5CNggJWGF2K4IIwaZDv7BPntG9Ey+fguMe2wrHMYdGxOLPJ3lW7/goZr6Qvu9F7V9aus 4DN98o6gTnMDwblloveTYHWm8wgWUsa/vZzEtku03IKTCIvBLdgpo4OAWvDKjMXQYiE/63 6yQ4I7s9F0brD98Sx5SV21rvA6YwM8+89N09h+BOWkNRXJijpFoFS3tLEOpcmw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F37E866D93 for ; Mon, 26 Feb 2024 09:26:05 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1reWJ3-00085h-Hk; Mon, 26 Feb 2024 03:25:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1reWIy-00085I-4Q for guix-patches@gnu.org; Mon, 26 Feb 2024 03:25:46 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1reWIr-000535-GK for guix-patches@gnu.org; Mon, 26 Feb 2024 03:25:42 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1reWJG-0003wk-9Z for guix-patches@gnu.org; Mon, 26 Feb 2024 03:26:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60240] [PATCH v2] gnu: Add python-3.12 and python-next. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 26 Feb 2024 08:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60240 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Lars-Dominik Braun Cc: 60240@debbugs.gnu.org Received: via spool by 60240-submit@debbugs.gnu.org id=B60240.170893596015162 (code B ref 60240); Mon, 26 Feb 2024 08:26:02 +0000 Received: (at 60240) by debbugs.gnu.org; 26 Feb 2024 08:26:00 +0000 Received: from localhost ([127.0.0.1]:44220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reWJE-0003wR-80 for submit@debbugs.gnu.org; Mon, 26 Feb 2024 03:26:00 -0500 Received: from smtp-bc0d.mail.infomaniak.ch ([45.157.188.13]:49353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reWJA-0003vy-4V for 60240@debbugs.gnu.org; Mon, 26 Feb 2024 03:25:58 -0500 Received: from smtp-4-0001.mail.infomaniak.ch (smtp-4-0001.mail.infomaniak.ch [10.7.10.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4TjtwN2xfqzWrC; Mon, 26 Feb 2024 09:25:24 +0100 (CET) Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4TjtwM67xXzTFC; Mon, 26 Feb 2024 09:25:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bioneland.org; s=20230804; t=1708935924; bh=GvJJRBksnUf27QFgHNtWNopSHOjMoSbLqDDCFaC/pjI=; h=References:Subject:From:To:In-Reply-To:Cc:Date:From; b=FBv5PwD5J6ly+hMaElhHzf1NON+V5sCwPOchoVh5klIqCCkjK+AUQrndJ6BY7xs6s rHckkLBQ0I2jk82qD1+OPApjEnP5j5b35BehptAMyAHUqZYfXNA7vlZUm43Lsy8QKA Ae1X9VZcCth7f8o/KQMsp/cyXR8A9oCvqzgkgM5Gog/1ReqRm+Ujynz53AWygwtwZ1 rblrd4YtGD4jhcLsaQ11mm/ghmyPzPGgvBx26Tiy1GGa6yleAxCQlRR6dGoHMcBI3A IHgUw7JvrwZpgsRZxn1HMpWdMnJqvMdpTv+/CWxvL6i87AiyIQElpD5unw/oWv7RuB 0n04dm3xKpRcw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20221221153230.27764-1-tanguy@bioneland.org> <4832d706e706ced5aa8a52f1b63b1e676ea5fd3d.1708516654.git.tanguy@bioneland.org> From: Tanguy LE CARROUR In-Reply-To: Date: Mon, 26 Feb 2024 09:25:23 +0100 Message-ID: <170893592338.2024.18126018474930945065@bioneland.org> User-Agent: alot/0.10 X-Infomaniak-Routing: alpha X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -2.27 X-Spam-Score: -2.27 X-Migadu-Queue-Id: F37E866D93 X-TUID: zbNKhKwybJ49 Hi Lars, Thanks for reviewing! Quoting Lars-Dominik Braun (2024-02-25 15:08:20) > > I created a brand new package definition for it, not inheriting from > > `python-2`. I actually copied/pasted the `python-2` package definition, > > removed what was specific to Python 2 and then copied over the things > > specific to Python 3 from the `python-3.10` package definition. >=20 > LGTM. >=20 > I believe the separate tk output does not give us any benefits regarding > closure size (any more?), because tcl and tk are both referenced from > `out`. Can we remove those references to reduce closure size again? Sorry, but I=E2=80=99m not sure to see what you mean!? Outputs are defined for `out`, `tk` and `idle`. And I see phases to move files to the outputs: `move-tk-inter` and `move-idle`. What do you mean by `referenced from out`? And how would you remove such a reference! Sorry, I=E2=80=99m still new to this! =F0=9F=98=85 > And I can also confirm test_asyncio runs out of memory on my machine > and test_threading never finishes. We should probably investigate both, > because they should not. I searched in the issue list on GH, but couldn=E2=80=99t find anything rele= vant. But there are quite a lot of issues there. Do we have to fix this before we merge it? > > - When I apply the patch I get whitespace errors, but I don=E2=80=99t k= now how > > those whitespace were introduced and how to get rid of them. >=20 > Line 641, as highlighted by `git show`. Mmm=E2=80=A6 when I apply it using b4, it doesn=E2=80=99t complain any more= ?! =F0=9F=A4=94 ```console $ b4 shazam 20221221153230.27764-1-tanguy@bioneland.org Looking up https://yhetil.org/guix/20221221153230.27764-1-tanguy@bioneland.= org Grabbing thread from yhetil.org/guix/20221221153230.27764-1-tanguy@bionelan= d.org/t.mbox.gz Checking for newer revisions Grabbing search results from lore.kernel.org Nothing matching that query. Analyzing 10 messages in the thread Will use the latest revision: v2 You can pick other revisions using the -vN flag --- [PATCH v2] gnu: Add python-3.12 and python-next. --- Total patches: 1 --- Base: using specified base-commit 6831dfc58bf14341176f7358941ed685f34fb4c3 Applying: gnu: Add python-3.12 and python-next. ``` > > Btw, the patch targets the branch `python-team`. >=20 > I believe this change could target master, since it only adds python-3.12, > but does not cause any rebuilds using it. Oh=E2=80=A6 correct! =F0=9F=98=85 Regards, --=20 Tanguy