From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F145C15817D for ; Mon, 10 Jun 2024 14:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABC5FE2B02; Mon, 10 Jun 2024 14:21:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88111E2B02 for ; Mon, 10 Jun 2024 14:21:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CCDA335C7E for ; Mon, 10 Jun 2024 14:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF921126B for ; Mon, 10 Jun 2024 14:21:10 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1717989987.fbfba5847c27c9397ff94b834c77f4d4c1e2d3c9.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/python/metadata.xml X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: fbfba5847c27c9397ff94b834c77f4d4c1e2d3c9 X-VCS-Branch: master Date: Mon, 10 Jun 2024 14:21:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a24aee3-0ea2-4811-a6ae-7ba0a7f96564 X-Archives-Hash: 9aa9c8e4c3ddf2cb38d61fdeb3990256 commit: fbfba5847c27c9397ff94b834c77f4d4c1e2d3c9 Author: orbea riseup net> AuthorDate: Mon Jun 10 03:26:27 2024 +0000 Commit: orbea riseup net> CommitDate: Mon Jun 10 03:26:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=fbfba584 dev-lang/python: update metadata.xml Signed-off-by: orbea riseup.net> dev-lang/python/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml index 22ce986..97c6bd9 100644 --- a/dev-lang/python/metadata.xml +++ b/dev-lang/python/metadata.xml @@ -14,6 +14,10 @@ to bootstrap pip and setuptools (if disabled, it will be only possible to use venv `--without-pip`) + + Build with Global Interpreter Lock. Disable to use + the experimental freethreading mode. + Enable experimental Just-In-Time compilation support.