summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.4.ebuild
AgeCommit message (Collapse)Author
2025-06-29dev-lang/python: don't unnecessarily force computed gotosSam James
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>
2025-06-04dev-lang/python: Bump to 3.13.4Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>