Message114745
| Author |
rpetrov |
| Recipients |
amaury.forgeotdarc, benjamin.peterson, brian.curtin, rpetrov, stutzbach, tim.golden |
| Date |
2010年08月23日.22:09:45 |
| SpamBayes Score |
0.0027334625 |
| Marked as misclassified |
No |
| Message-id |
<1282601387.27.0.532195506327.issue9665@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
patch of patch attached to issue 3871
--- ./Modules/_io/_iomodule.h.MINGW 2009年12月23日 12:52:04.000000000 +0200
+++ ./Modules/_io/_iomodule.h 2009年12月14日 22:01:16.000000000 +0200
@@ -72,7 +72,7 @@
PyObject *filename; /* Not used, but part of the IOError object */
Py_ssize_t written;
} PyBlockingIOErrorObject;
-PyAPI_DATA(PyObject *) PyExc_BlockingIOError;
+extern PyObject* PyExc_BlockingIOError;
/*
* Offset type for positioning. |
|