mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
Fix handlers for 'with' syntax in Transaction object
This commit is contained in:
@@ -330,6 +330,8 @@ static PyGetSetDef PGF_getseters[] = {
|
||||
};
|
||||
|
||||
static PyMemberDef PGF_members[] = {
|
||||
// {"revision", T_PYSSIZET, offsetof(PGFObject, revision), READONLY,
|
||||
// "the revision number of this PGF"},
|
||||
{NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user