mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
remove Expr_getsetters
This commit is contained in:
@@ -351,10 +351,6 @@ static PyMethodDef Expr_methods[] = {
|
|||||||
{NULL} /* Sentinel */
|
{NULL} /* Sentinel */
|
||||||
};
|
};
|
||||||
|
|
||||||
static PyGetSetDef Expr_getseters[] = {
|
|
||||||
{NULL} /* Sentinel */
|
|
||||||
};
|
|
||||||
|
|
||||||
PyTypeObject pgf_ExprType = {
|
PyTypeObject pgf_ExprType = {
|
||||||
PyVarObject_HEAD_INIT(NULL, 0)
|
PyVarObject_HEAD_INIT(NULL, 0)
|
||||||
//0, /*ob_size*/
|
//0, /*ob_size*/
|
||||||
@@ -386,7 +382,7 @@ PyTypeObject pgf_ExprType = {
|
|||||||
0, /*tp_iternext */
|
0, /*tp_iternext */
|
||||||
Expr_methods, /*tp_methods */
|
Expr_methods, /*tp_methods */
|
||||||
0, /*tp_members */
|
0, /*tp_members */
|
||||||
Expr_getseters, /*tp_getset */
|
0, /*tp_getset */
|
||||||
0, /*tp_base */
|
0, /*tp_base */
|
||||||
0, /*tp_dict */
|
0, /*tp_dict */
|
||||||
0, /*tp_descr_get */
|
0, /*tp_descr_get */
|
||||||
|
|||||||
Reference in New Issue
Block a user