[issue14437] _io build fails on cygwin

Alexey Luchko report at bugs.python.org
Thu Mar 29 13:08:36 CEST 2012


Alexey Luchko <luch at ank-sia.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue14437>
_______________________________________


More information about the Python-bugs-list mailing list