mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
Make getset subclassable.
This commit is contained in:
parent
d93dce1699
commit
147b13c069
@ -975,7 +975,7 @@ PyTypeObject PyGetSet_Type = {
|
||||
PyObject_GenericGetAttr, /* tp_getattro */
|
||||
0, /* tp_setattro */
|
||||
0, /* tp_as_buffer */
|
||||
Py_TPFLAGS_DEFAULT, /* tp_flags */
|
||||
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /* tp_flags */
|
||||
getset_doc, /* tp_doc */
|
||||
0, /* tp_traverse */
|
||||
0, /* tp_clear */
|
||||
|
Loading…
Reference in New Issue
Block a user