Created attachment 231722 [details] Mark deprecated and broken with Python 3.9 Mark deprecated: a fast C implementation of the decimal module (_decimal) is bundled with Python, and it is broken with Python 3.9.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=92ba87a661c409b4167d37efc38a1588c81efa41 commit 92ba87a661c409b4167d37efc38a1588c81efa41 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-02-12 16:24:59 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-02-12 16:35:56 +0000 math/py-cdecimal: deprecate and mark BROKEN with Python 3.9 Note: upstream does not support it after Python-3.2, and a fast C implementation of the decimal module (_decimal) is bundled with Python. PR: 261870 math/py-cdecimal/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
Just committed.