Alexey Luchko <[email protected]> added the comment:
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.
"""
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14437>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com