[issue9665] Buid issues on Cygwin - _curses, _curses_panel, and _io
Brian Curtin
report at bugs.python.org
Tue Aug 24 02:08:21 CEST 2010
Brian Curtin <curtin at acm.org> added the comment:
This patch lets everything build ok, but a run of regrtest segfaults usually after a few tests (using -r) and there are nearly constant stack traces printed to stderr about not being able to remap the Cygwin bz2 DLL's address space.
I used extern as Roumen suggested, plus my curses hack, and added a #ifndef in Modules/main.c that was causing a problem without it.
----------
Added file: http://bugs.python.org/file18618/issue9665.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9665>
_______________________________________
More information about the Python-bugs-list
mailing list