diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-01-18 03:14:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-18 03:14:59 +0000 |
commit | cd7db76a636c218b2d81d3526eb435cfae61f212 (patch) | |
tree | 282471f1c269d9155a764960769347a9871b711e /Objects/stringlib/ucs2lib.h | |
parent | 6aabb63d96845b3cb207d28d40bf0b78e171be75 (diff) | |
download | cpython-git-cd7db76a636c218b2d81d3526eb435cfae61f212.tar.gz |
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
The public API symbols being removed are:
_PyBytes_InsertThousandsGroupingLocale, _PyBytes_InsertThousandsGrouping, _Py_InitializeFromArgs, _Py_InitializeFromWideArgs, _PyFloat_Repr, _PyFloat_Digits,
_PyFloat_DigitsInit, PyFrame_ExtendStack, _PyAIterWrapper_Type, PyNullImporter_Type, PyCmpWrapper_Type, PySortWrapper_Type, PyNoArgsFunction.
Diffstat (limited to 'Objects/stringlib/ucs2lib.h')
-rw-r--r-- | Objects/stringlib/ucs2lib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Objects/stringlib/ucs2lib.h b/Objects/stringlib/ucs2lib.h index f900cb65f8..86a1dff1b5 100644 --- a/Objects/stringlib/ucs2lib.h +++ b/Objects/stringlib/ucs2lib.h @@ -24,6 +24,3 @@ #define STRINGLIB_TOSTR PyObject_Str #define STRINGLIB_TOASCII PyObject_ASCII - -#define _Py_InsertThousandsGrouping _PyUnicode_ucs2_InsertThousandsGrouping - |