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.

Author serhiy.storchaka
Recipients serhiy.storchaka, twouters, yyt16384
Date 2016-10-28.20:56:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477688205.13.0.640480472901.issue28549@psf.upfronthosting.co.za>
In-reply-to
Content
The _curses module uses direct access to cchar_t fields. Proposed patch makes it using setcchar. Does it fixes this issue Yutao?
History
Date User Action Args
2016-10-28 20:56:45serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, yyt16384
2016-10-28 20:56:45serhiy.storchakasetmessageid: <1477688205.13.0.640480472901.issue28549@psf.upfronthosting.co.za>
2016-10-28 20:56:45serhiy.storchakalinkissue28549 messages
2016-10-28 20:56:44serhiy.storchakacreate