changeset: 76032:6f8dd543d80a branch: 2.7 parent: 76020:3ca81a951c31 user: Antoine Pitrou date: Sat Mar 31 23:53:07 2012 +0200 files: Misc/NEWS Modules/_io/_iomodule.h description: Issue #14437: Fix building the _io module under Cygwin. diff -r 3ca81a951c31 -r 6f8dd543d80a Misc/NEWS --- a/Misc/NEWS Sat Mar 31 18:34:42 2012 +0200 +++ b/Misc/NEWS Sat Mar 31 23:53:07 2012 +0200 @@ -78,6 +78,11 @@ - Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils on Windows. +Build +----- + +- Issue #14437: Fix building the _io module under Cygwin. + What's New in Python 2.7.3 release candidate 2? =============================================== diff -r 3ca81a951c31 -r 6f8dd543d80a Modules/_io/_iomodule.h --- a/Modules/_io/_iomodule.h Sat Mar 31 18:34:42 2012 +0200 +++ b/Modules/_io/_iomodule.h Sat Mar 31 23:53:07 2012 +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.

AltStyle によって変換されたページ (->オリジナル) /