diff options
| author | Sam James <sam@gentoo.org> | 2025-06-29 09:34:59 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-29 09:36:51 +0100 |
| commit | 039177426347c1cfe2e445817d7b073b041ab7a3 (patch) | |
| tree | 6ac2fad6723196306ce971a46ff4b6cf93cc6296 /dev-lang/python/python-0.3.13.9999.ebuild | |
| parent | c2e5aed77616ea9aa471729a3341d177504b5035 (diff) | |
| download | gentoo-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-0.3.13.9999.ebuild')
| -rw-r--r-- | dev-lang/python/python-0.3.13.9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/python/python-0.3.13.9999.ebuild b/dev-lang/python/python-0.3.13.9999.ebuild index a1df03efb43d..6dbe301dac38 100644 --- a/dev-lang/python/python-0.3.13.9999.ebuild +++ b/dev-lang/python/python-0.3.13.9999.ebuild @@ -378,7 +378,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 |
