python和golang调用_用C从python调用golang函数
我的myPyTest.c文件中有以下代码#include#include "libtest.h"static PyObject * callThatFunc(PyObject *self, PyObject *args) {const char *a, *b, *c;if (!PyArg_ParseTuple(args, "S", &a, &b, &c))return NU...