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 yyt16384
Recipients yyt16384
Date 2016-10-28.17:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477677069.87.0.354681142627.issue28549@psf.upfronthosting.co.za>
In-reply-to
Content
When addch() is called with an 1-length str, it is converted into a cchar_t. Ncurses6 adds a new field ext_color to cchar_t if it is enabled at compile time, and it is not initialized here, which causes various problems like segfaults or wrong display of characters.
History
Date User Action Args
2016-10-28 17:51:09yyt16384setrecipients: + yyt16384
2016-10-28 17:51:09yyt16384setmessageid: <1477677069.87.0.354681142627.issue28549@psf.upfronthosting.co.za>
2016-10-28 17:51:09yyt16384linkissue28549 messages
2016-10-28 17:51:09yyt16384create