client/linux: Export PyCapsule_New

This commit is contained in:
Oleksii Shevchuk 2019-04-24 20:56:12 +03:00
parent a8ede47922
commit 9906826084
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ PyObject *, PyErr_Occurred, (void)
void, PyErr_Fetch, (PyObject **, PyObject **, PyObject **)
void, PyErr_Clear, (void)
int, PyObject_IsInstance, (PyObject *, PyObject *)
PyObject *, PyCapsule_New, (void *, const char *, void *)
PyObject, PyInt_Type
PyObject, _Py_NoneStruct