This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2010-08-23 22:09:47rpetrovsetrecipients: + rpetrov, amaury.forgeotdarc, tim.golden, benjamin.peterson, stutzbach, brian.curtin
2010-08-23 22:09:47rpetrovsetmessageid: <1282601387.27.0.532195506327.issue9665@psf.upfronthosting.co.za>
2010-08-23 22:09:46rpetrovlinkissue9665 messages
2010-08-23 22:09:45rpetrovcreate