mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
many more types to initialize (I had to expose some of them)
This commit is contained in:
parent
accb3d0014
commit
01c6e6fb35
5 changed files with 52 additions and 6 deletions
|
@ -68,6 +68,9 @@ typedef struct {
|
|||
} PyWrapperDescrObject;
|
||||
|
||||
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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue