mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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
This commit is contained in:
parent
77cde5042a
commit
cdddc2b742
10 changed files with 20 additions and 1119 deletions
|
@ -31,10 +31,11 @@
|
|||
|
||||
import os, sys, locale, random
|
||||
import platform, subprocess
|
||||
from test.support import import_fresh_module
|
||||
from distutils.spawn import find_executable
|
||||
|
||||
import _decimal as C
|
||||
import _pydecimal as P
|
||||
C = import_fresh_module('decimal', fresh=['_decimal'])
|
||||
P = import_fresh_module('decimal', blocked=['_decimal'])
|
||||
|
||||
|
||||
windows_lang_strings = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue