mirror of https://github.com/python/cpython
properly export PyExc_BlockingIOError
This commit is contained in:
parent
9b78925970
commit
36a30cefd7
|
@ -64,7 +64,7 @@ typedef struct {
|
|||
PyObject *filename; /* Not used, but part of the IOError object */
|
||||
Py_ssize_t written;
|
||||
} PyBlockingIOErrorObject;
|
||||
PyObject *PyExc_BlockingIOError;
|
||||
PyAPI_DATA(PyObject *) PyExc_BlockingIOError;
|
||||
|
||||
/*
|
||||
* Offset type for positioning.
|
||||
|
|
Loading…
Reference in New Issue