From 039177426347c1cfe2e445817d7b073b041ab7a3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Jun 2025 09:34:59 +0100 Subject: dev-lang/python: don't unnecessarily force computed gotos This is the default upstream if supported by the compiler since 042b128f58a952b2cd04bd5b7401bd54c67a687e (2.7.15). Originally added in 7dc4fe8bae0c3ce25bc3eca183ad724a4c0f0a1d in ::gentoo. It's possible this might even have negative effects at some point because it conflicts with preserve_none/the tail call interpreter, if upstream decide that passing this configure arg explicitly overrides that or something. Bug: https://bugs.gentoo.org/296574 Signed-off-by: Sam James --- dev-lang/python/python-0.3.14.0_beta2_p1.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'dev-lang/python/python-0.3.14.0_beta2_p1.ebuild') diff --git a/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild b/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild index c5ef5b138ba7..4722ef1c393d 100644 --- a/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild +++ b/dev-lang/python/python-0.3.14.0_beta2_p1.ebuild @@ -393,7 +393,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions -- cgit v1.2.3