Implement more of the Python language binding. Minor adjustments to PyPI package

This commit is contained in:
Joseph Henry
2021-03-05 00:18:11 -08:00
parent 43ebeb2760
commit 5072d993b1
9 changed files with 404 additions and 128 deletions

View File

@@ -876,6 +876,8 @@ int zts_py_listen(int fd, int backlog);
PyObject * zts_py_recv(int fd, int len, int flags);
int zts_py_send(int fd, PyObject *buf, int len, int flags);
int zts_py_close(int fd);
int zts_py_setblocking(int fd, int flag);
int zts_py_getblocking(int fd);
#endif // ZTS_ENABLE_PYTHON