]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39372: Clean header files of declared interfaces with no implementations (GH...
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 18 Jan 2020 03:14:59 +0000 (03:14 +0000)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2020 03:14:59 +0000 (03:14 +0000)
commitcd7db76a636c218b2d81d3526eb435cfae61f212
tree282471f1c269d9155a764960769347a9871b711e
parent6aabb63d96845b3cb207d28d40bf0b78e171be75
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.
17 files changed:
Include/bytesobject.h
Include/cpython/pylifecycle.h
Include/floatobject.h
Include/frameobject.h
Include/genobject.h
Include/import.h
Include/internal/pycore_pathconfig.h
Include/iterobject.h
Include/listobject.h
Include/methodobject.h
Include/pythread.h
Misc/NEWS.d/next/C API/2020-01-17-19-25-48.bpo-39372.hGJMY6.rst [new file with mode: 0644]
Objects/stringlib/asciilib.h
Objects/stringlib/ucs1lib.h
Objects/stringlib/ucs2lib.h
Objects/stringlib/ucs4lib.h
Objects/stringlib/undef.h