From 36a30cefd7a10d604617eb3309ecdcf64e257f54 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 5 Mar 2009 21:41:50 +0000 Subject: properly export PyExc_BlockingIOError --- Modules/_iomodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_iomodule.h b/Modules/_iomodule.h index a2f2413..a44f127 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. -- cgit v0.12