From: Benjamin Peterson Date: Thu, 5 Mar 2009 21:41:50 +0000 (+0000) Subject: properly export PyExc_BlockingIOError X-Git-Tag: v3.1a1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36a30cefd7a10d604617eb3309ecdcf64e257f54;p=thirdparty%2FPython%2Fcpython.git properly export PyExc_BlockingIOError --- diff --git a/Modules/_iomodule.h b/Modules/_iomodule.h index a2f24130579f..a44f1277ba4e 100644 --- a/Modules/_iomodule.h +++ b/Modules/_iomodule.h @@ -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.