[issue9665] Buid issues on Cygwin - _curses, _curses_panel, and _io

Benjamin Peterson report at bugs.python.org
Tue Aug 24 00:26:03 CEST 2010


Benjamin Peterson <benjamin at python.org> added the comment:

2010/8/23 Daniel Stutzbach <report at bugs.python.org>:
>
> Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:
>
>> Why should it be?
>
> The error indicates that the definition in the .c file doesn't match the declaration in the .h file, with respect to the funky Windows-specific stuff ('dllimport') that PyAPI_DATA adds.
>
> Roumen's patch suggests I had it backwards, and it's the .h file that should be changed.

Why would this not be required for the standard exceptions then?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9665>
_______________________________________


More information about the Python-bugs-list mailing list