properly export PyExc_BlockingIOError

This commit is contained in:
Benjamin Peterson 2009-03-05 21:41:50 +00:00
parent 9b78925970
commit 36a30cefd7
1 changed files with 1 additions and 1 deletions

View File

@ -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.