Implement more of the Python language binding. Minor adjustments to PyPI package
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user