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 luch
Recipients luch
Date 2012-03-29.11:08:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333019316.57.0.546169202542.issue14437@psf.upfronthosting.co.za>
In-reply-to
Content
Checked solution by David Robinow
http://mail.python.org/pipermail/python-list/2012-March/1290038.html

It works.  Diff follows: """
--- Modules/_io/_iomodule.h.orig        2012-03-16 03:26:36.000000000 +0200
+++ Modules/_io/_iomodule.h     2012-03-29 13:54:07.094187600 +0300
@@ -72,7 +72,7 @@
     PyObject *filename; /* Not used, but part of the IOError object */
     Py_ssize_t written;
 } PyBlockingIOErrorObject;
-PyAPI_DATA(PyObject *) PyExc_BlockingIOError;
+PyObject * PyExc_BlockingIOError;

 /*
  * Offset type for positioning.
"""
History
Date User Action Args
2012-03-29 11:08:36luchsetrecipients: + luch
2012-03-29 11:08:36luchsetmessageid: <1333019316.57.0.546169202542.issue14437@psf.upfronthosting.co.za>
2012-03-29 11:08:36luchlinkissue14437 messages
2012-03-29 11:08:35luchcreate