Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffd14c commit fe5a538Copy full SHA for fe5a538
1 file changed
Doc/ext/typestruct.h
@@ -55,8 +55,8 @@ typedef struct _typeobject {
55
56
/* Attribute descriptor and subclassing stuff */
57
struct PyMethodDef *tp_methods;
58
- struct memberlist *tp_members;
59
- struct getsetlist *tp_getset;
+ struct PyMemberDef *tp_members;
+ struct PyGetSetDef *tp_getset;
60
struct _typeobject *tp_base;
61
PyObject *tp_dict;
62
descrgetfunc tp_descr_get;
0 commit comments