[issue14437] _io build fails on cygwin

2012-04-16 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Yes, the 2.7.3 branch was cut long before the fix (end of February) so it was not included. -- ___ Python tracker ___ __

[issue14437] _io build fails on cygwin

2012-04-16 Thread Alexey Luchko
Alexey Luchko added the comment: Final 2.7.3 didn't get the fix. Checked http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.xz -- ___ Python tracker ___ ___

[issue14437] _io build fails on cygwin

2012-03-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fix committed in 2.7 and 3.2. 3.3 shouldn't be affected. Thank you! -- nosy: +pitrou resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed versions: -Python 3.3 ___ Python tracker

[issue14437] _io build fails on cygwin

2012-03-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset f96b603278cc by Antoine Pitrou in branch '3.2': Issue #14437: Fix building the _io module under Cygwin. http://hg.python.org/cpython/rev/f96b603278cc New changeset 6f8dd543d80a by Antoine Pitrou in branch '2.7': Issue #14437: Fix building the _io m

[issue14437] _io build fails on cygwin

2012-03-29 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: -> commit review versions: +Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list

[issue14437] _io build fails on cygwin

2012-03-29 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The proposed patch is correct; no extension module should use PyAPI_ for its own symbols. -- nosy: +amaury.forgeotdarc ___ Python tracker __

[issue14437] _io build fails on cygwin

2012-03-29 Thread Alexey Luchko
Alexey Luchko 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.orig2012-03-16 03:26:36.0 +0200 +++ Modules/_io/_iomodule.h 2012-03-29 13:54:07.09

[issue14437] _io build fails on cygwin

2012-03-29 Thread Alexey Luchko
Alexey Luchko added the comment: The error got building Python 2.7.2 & 2.7.3rc2 -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue14437] _io build fails on cygwin

2012-03-29 Thread Alexey Luchko
New submission from Alexey Luchko : $ make ... gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.7.11-i686-2.7/Python-2.7.3rc2/Modules/_io/bufferedio.o build/temp.cygwin-1.7.11-i686-2.7/Python-2.7.3rc2/Modules/_io/bytesio.o build/temp.cygwin-1.7.11-i686-2.7/Python-2.7.3rc2/Modules/_