mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
remove duplicate declartions #6405
This commit is contained in:
parent
ce0f403a5d
commit
89b8917022
2 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
|
|||
PyAPI_DATA(PyTypeObject) PyMethodDescr_Type;
|
||||
PyAPI_DATA(PyTypeObject) PyWrapperDescr_Type;
|
||||
PyAPI_DATA(PyTypeObject) PyDictProxy_Type;
|
||||
PyAPI_DATA(PyTypeObject) PyGetSetDescr_Type;
|
||||
PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
|
||||
|
||||
PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *);
|
||||
PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ Core and Builtins
|
|||
C-API
|
||||
-----
|
||||
|
||||
- Issue #6405: Remove duplicatet type declarations in descrobject.h.
|
||||
|
||||
- The code flags for old __future__ features are now available again.
|
||||
|
||||
Library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue