Kaydet (Commit) 1b5fa6b7 authored tarafından Stefan Krah's avatar Stefan Krah

Revert (unauthorized) parts of b9eb35435178 which are not in a speed-sensitive

path and cause maintenance issues (3.6 <-> 3.7, private test suite).
üst 412393d5
...@@ -5716,7 +5716,7 @@ PyInit__decimal(void) ...@@ -5716,7 +5716,7 @@ PyInit__decimal(void)
/* DecimalTuple */ /* DecimalTuple */
ASSIGN_PTR(collections, PyImport_ImportModule("collections")); ASSIGN_PTR(collections, PyImport_ImportModule("collections"));
ASSIGN_PTR(DecimalTuple, (PyTypeObject *)PyObject_CallMethod(collections, ASSIGN_PTR(DecimalTuple, (PyTypeObject *)PyObject_CallMethod(collections,
"namedtuple", "ss", "DecimalTuple", "namedtuple", "(ss)", "DecimalTuple",
"sign digits exponent")); "sign digits exponent"));
ASSIGN_PTR(obj, PyUnicode_FromString("decimal")); ASSIGN_PTR(obj, PyUnicode_FromString("decimal"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment