This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 Nicholas.Cole
收信人 Nicholas.Cole, akuchling, cben, gpolo, inigoserna, jcea, phep, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
日期 2012-03-07.07:22:20
SpamBayes Score 9.463633e-10
Marked as misclassified
Message-id <1331104941.45.0.241697290828.issue6755@psf.upfronthosting.co.za>
In-reply-to
内容
I hope that this is the right bug to file this on (I'm getting lost in all of the curses bugs!).

I'm testing out the 3.3a1, and I've run into the following issue.  On previous releases addch() could accept curses.ACS_HLINE and similar.

Attempting to use the same code now raises the exception:

OverflowError: byte doesn't fit in chtype.

I'm sure this is related to the new code that uses addwstr(), but currently code that used to work will crash.

I can't work out a fix myself, because I don't fully understand the problem, but I'm happy to provide sample code if it will help.

Nicholas
历史
日期 用户 动作 参数
2012-03-07 07:22:21Nicholas.Cole修改recipients: + Nicholas.Cole, akuchling, jcea, cben, pitrou, vstinner, gpolo, r.david.murray, inigoserna, phep, zeha, schodet, python-dev
2012-03-07 07:22:21Nicholas.Cole修改messageid: <1331104941.45.0.241697290828.issue6755@psf.upfronthosting.co.za>
2012-03-07 07:22:20Nicholas.Cole链接issue6755 messages
2012-03-07 07:22:20Nicholas.Cole创建