◐ Shell
clean mode source ↗

Message 278060 - Python tracker

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.