Add checkoutBranch function. Fix incorrect INCREF of non-Python object.

This commit is contained in:
John J. Camilleri
2021-09-24 11:47:46 +02:00
parent 139e851f22
commit 917c223db7
4 changed files with 46 additions and 12 deletions

View File

@@ -14,6 +14,9 @@ typedef struct {
PyTypeObject pgf_TransactionType;
PyObject *
PGF_checkoutBranch(PGFObject *self, PyObject *args);
TransactionObject *
PGF_newTransaction(PGFObject *self, PyObject *args);