Fix handlers for 'with' syntax in Transaction object

This commit is contained in:
John J. Camilleri
2021-09-21 23:54:55 +02:00
parent 4af807c982
commit 60c9ab4c53
3 changed files with 13 additions and 8 deletions

View File

@@ -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 */
};