maintainer-feedback requested: [Bug 296036] lang/python314

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Jun 2026 15:50:39 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody)
<python@FreeBSD.org> for maintainer-feedback:
Bug 296036: lang/python314
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296036



--- 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