]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43422: Revert _decimal C API addition (GH-24960) 24519/head
authorAntoine Pitrou <antoine@python.org>
Sun, 21 Mar 2021 16:27:54 +0000 (17:27 +0100)
committerGitHub <noreply@github.com>
Sun, 21 Mar 2021 16:27:54 +0000 (09:27 -0700)
commitcdddc2b742750e3f289305cf276433a8170c32c1
treee4ce948d8cff600cf5721ba00c627f780217a64d
parent77cde5042a2f1eae489c11a67540afaf43cd5cdf
bpo-43422: Revert _decimal C API addition (GH-24960)

Stefan Krah requested the reversal of these (unreleased) changes, quoting him:
> The capsule API does not meet my testing standards, since I've focused
on the upstream mpdecimal in the last couple of months.
> Additionally, I'd like to refine the API, perhaps together with the
Arrow community.

Automerge-Triggered-By: GH:pitrou
Doc/c-api/concrete.rst
Doc/c-api/decimal.rst [deleted file]
Include/pydecimal.h [deleted file]
Lib/test/test_decimal.py
Misc/NEWS.d/next/Library/2021-03-21-17-02-52.bpo-43422.POk6cU.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c
Modules/_decimal/tests/bench.py
Modules/_decimal/tests/deccheck.py
Modules/_decimal/tests/formathelper.py
Modules/_testcapimodule.c