Skip to content

Commit 89b8917

Browse files
committed
remove duplicate declartions #6405
1 parent ce0f403 commit 89b8917

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Include/descrobject.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
7373
PyAPI_DATA(PyTypeObject) PyMethodDescr_Type;
7474
PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
7575
PyAPI_DATA(PyTypeObject) PyDictProxy_Type;
76-
PyAPI_DATA(PyTypeObject) PyGetSetDescr_Type;
77-
PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
7876

7977
PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *);
8078
PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Core and Builtins
2727
C-API
2828
-----
2929

30+
- Issue #6405: Remove duplicatet type declarations in descrobject.h.
31+
3032
- The code flags for old __future__ features are now available again.
3133

3234
Library

0 commit comments

Comments
 (0)