We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0f403 commit 89b8917Copy full SHA for 89b8917
2 files changed
Include/descrobject.h
@@ -73,8 +73,6 @@ PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
73
PyAPI_DATA(PyTypeObject) PyMethodDescr_Type;
74
PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
75
PyAPI_DATA(PyTypeObject) PyDictProxy_Type;
76
-PyAPI_DATA(PyTypeObject) PyGetSetDescr_Type;
77
-PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
78
79
PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *);
80
PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
27
C-API
28
-----
29
30
+- Issue #6405: Remove duplicatet type declarations in descrobject.h.
31
+
32
- The code flags for old __future__ features are now available again.
33
34
Library
0 commit comments