maintainer-feedback requested: [Bug 296038] lang/python314
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 296038] lang/python314"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jun 2026 15:53:10 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 296038: lang/python314 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296038 --- Description --- Performance options suggestions According https://docs.python.org/3/using/configure.html#configure-options bets performance are achieved with: using --enable-optimizations --with-lto=full and using tail call: --with-tail-call-interp I propose a patch to enable them