[issue28190] Detect curses headers correctly for cross-compiling

Masayuki Yamamoto report at bugs.python.org
Tue Oct 4 12:47:48 EDT 2016


Masayuki Yamamoto added the comment:

test_curses has been skipped almost. the skip reason has been written  "cygwin's curses mostly just hangs" in test case class.
I removed the skip condition, and ran test. Tests was almost passed. The only, unget_wch was failed by edge case '\U0010FFFF', because the wchar_t size on windows platfrom is two bytes. I'll upload test log together.

----------
Added file: http://bugs.python.org/file44961/cygwin-test_curses.log

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


More information about the Python-bugs-list mailing list