Start work on marshalling in Python bindings

This commit is contained in:
John J. Camilleri
2021-09-03 14:14:47 +02:00
parent 2daf9e2e19
commit 3ecb937753
7 changed files with 1362 additions and 1206 deletions

View File

@@ -0,0 +1,11 @@
#ifndef PYPGF_MARSHALLER_H_
#define PYPGF_MARSHALLER_H_
// #define PY_SSIZE_T_CLEAN
// #include <Python.h>
#include <pgf/pgf.h>
extern PgfUnmarshaller unmarshaller;
#endif // PYPGF_MARSHALLER_H_