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.13.4.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'dev-lang/python/python-0.3.13.4.ebuild') diff --git a/dev-lang/python/python-0.3.13.4.ebuild b/dev-lang/python/python-0.3.13.4.ebuild index a600e6a8b9c0..f8274cb351f1 100644 --- a/dev-lang/python/python-0.3.13.4.ebuild +++ b/dev-lang/python/python-0.3.13.4.ebuild @@ -391,7 +391,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