summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.9.9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-06-29 09:34:59 +0100
committerSam James <sam@gentoo.org>2025-06-29 09:36:51 +0100
commit039177426347c1cfe2e445817d7b073b041ab7a3 (patch)
tree6ac2fad6723196306ce971a46ff4b6cf93cc6296 /dev-lang/python/python-3.9.9999.ebuild
parentc2e5aed77616ea9aa471729a3341d177504b5035 (diff)
downloadgentoo-039177426347c1cfe2e445817d7b073b041ab7a3.tar.gz
gentoo-039177426347c1cfe2e445817d7b073b041ab7a3.tar.bz2
gentoo-039177426347c1cfe2e445817d7b073b041ab7a3.zip
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 <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.9.9999.ebuild')
-rw-r--r--dev-lang/python/python-3.9.9999.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.9.9999.ebuild b/dev-lang/python/python-3.9.9999.ebuild
index 76faae42f045..4a4effea93f8 100644
--- a/dev-lang/python/python-3.9.9999.ebuild
+++ b/dev-lang/python/python-3.9.9999.ebuild
@@ -297,7 +297,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