Add Transaction type to Python bindings, get first tests working.

This commit is contained in:
John J. Camilleri
2021-09-21 14:55:20 +02:00
parent 7dba3465d0
commit 6edf7e6405
6 changed files with 371 additions and 257 deletions

View File

@@ -1,5 +1,5 @@
#ifndef PYPGF_MARSHALLER_H_
#define PYPGF_MARSHALLER_H_
#ifndef PYPGF_FFI_H_
#define PYPGF_FFI_H_
#define PY_SSIZE_T_CLEAN
#include <Python.h>
@@ -21,4 +21,4 @@ PyObject *PyUnicode_FromPgfText(PgfText *text);
extern PgfUnmarshaller unmarshaller;
extern PgfMarshaller marshaller;
#endif // PYPGF_MARSHALLER_H_
#endif // PYPGF_FFI_H_