[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 their own copy of libncursesw 5.9 to 
avoid this problem.)

--
nosy: +ned.deily
resolution:  - duplicate
stage:  - committed/rejected
status: open - closed
superseder:  - curses.unget_wch and test_curses fail when linked with ncurses 
5.7 and earlier
type: crash - 

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15854
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 but still junk.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15854
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com