Bug 261870 - math/py-cdecimal: mark deprecated, broken with Python-3.9
Summary: math/py-cdecimal: mark deprecated, broken with Python-3.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks: 261703
  Show dependency treegraph
 
Reported: 2022-02-10 16:38 UTC by Thierry Thomas
Modified: 2022-02-12 16:36 UTC (History)
0 users

See Also:


Attachments
Mark deprecated and broken with Python 3.9 (775 bytes, patch)
2022-02-10 16:38 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2022-02-10 16:38:36 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-12 16:36:20 UTC
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(-)
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2022-02-12 16:36:37 UTC
Just committed.