]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41324 Add a minimal decimal capsule API (#21519)
authorStefan Krah <skrah@bytereef.org>
Mon, 10 Aug 2020 14:32:21 +0000 (16:32 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 14:32:21 +0000 (16:32 +0200)
commit39042e00ab01d6521548c1b7cc6554c09f4389ff
treeea0d0a0cd9c73afe30a3573198e2d3a5844f200e
parent416f0b71ba84fe83ee2ba4399b8a28712702980b
bpo-41324 Add a minimal decimal capsule API (#21519)
Doc/c-api/concrete.rst
Doc/c-api/decimal.rst [new file with mode: 0644]
Include/pydecimal.h [new file with mode: 0644]
Lib/test/test_decimal.py
Misc/NEWS.d/next/C API/2020-08-10-16-05-08.bpo-41324.waZD35.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c
Modules/_decimal/tests/deccheck.py
Modules/_testcapimodule.c