Kaydet (Commit) 36a30cef authored tarafından Benjamin Peterson's avatar Benjamin Peterson

properly export PyExc_BlockingIOError

üst 9b789259
...@@ -64,7 +64,7 @@ typedef struct { ...@@ -64,7 +64,7 @@ typedef struct {
PyObject *filename; /* Not used, but part of the IOError object */ PyObject *filename; /* Not used, but part of the IOError object */
Py_ssize_t written; Py_ssize_t written;
} PyBlockingIOErrorObject; } PyBlockingIOErrorObject;
PyObject *PyExc_BlockingIOError; PyAPI_DATA(PyObject *) PyExc_BlockingIOError;
/* /*
* Offset type for positioning. * Offset type for positioning.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment