[issue15854] curses test_curses.test_unget_wch crash

2012-09-02 Thread Chris Jerdonek
Changes by Chris Jerdonek chris.jerdo...@gmail.com: -- title: curses test_curses test_unget_wch - curses test_curses.test_unget_wch crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15854

[issue15854] curses test_curses.test_unget_wch crash

2012-09-02 Thread Ned Deily
Ned Deily added the comment: This is a duplicate of Issue15037. test_unget_wch fails when linked with ncurses versions earlier than 5.8, which is the case with the Apple-supplied versions of ncurses in OS X versions through 10.8. (The python.org OS X installers for Python 3.3.x link with

[issue15854] curses test_curses.test_unget_wch crash

2012-09-02 Thread Chris Jerdonek
Chris Jerdonek added the comment: Okay, thanks, Ned. Out of curiosity, why is the stack trace here different from the one posted on that issue? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15854

[issue15854] curses test_curses.test_unget_wch crash

2012-09-02 Thread Ned Deily
Ned Deily added the comment: Different version of libncurses, different compiler and run time, different version and build options of Python 3.3, etc. The bug in ncurses causes junk to be stored and/or returned. In the one case, the junk triggered an overflow error, in the other, no overflow