mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix compiler warning
This commit is contained in:
parent
87482ea055
commit
529baf2b57
2 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ typedef struct {
|
|||
static PyTypeObject PySSL_Type;
|
||||
static PyObject *PySSL_SSLwrite(PySSLObject *self, PyObject *args);
|
||||
static PyObject *PySSL_SSLread(PySSLObject *self, PyObject *args);
|
||||
static int wait_for_timeout(PySocketSockObject *s, int writing);
|
||||
|
||||
#define PySSLObject_Check(v) ((v)->ob_type == &PySSL_Type)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue