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 vstinner
Recipients Arfrever, Nicholas.Cole, akuchling, cben, gpolo, inigoserna, jcea, john.feuerstein, nadeem.vawda, petri.lehtinen, pitrou, python-dev, r.david.murray, schodet, vstinner, zeha
Date 2011-12-08.00:53:27
SpamBayes Score 0.00029919657
Marked as misclassified No
Message-id <1323305610.24.0.775899635098.issue12567@psf.upfronthosting.co.za>
In-reply-to
Content
> I am still concerned about the compilation warning in OpenIndiana buildbots :-(

I'm unable to reproduce the issue in my OpenIndiana VM: the compilaton of the _curses module fail, not because of Unicode, but because mvwchgat() function is missing => see the issue #3786. I don't know how to install ncursesw on OpenIndiana, I didn't find an official package using pkg search.

curses issues on OpenIndiana are serious enough to have their own issue: I opened the issue #13552.
History
Date User Action Args
2011-12-08 00:53:30vstinnersetrecipients: + vstinner, akuchling, jcea, cben, pitrou, nadeem.vawda, gpolo, Arfrever, r.david.murray, inigoserna, zeha, schodet, python-dev, petri.lehtinen, Nicholas.Cole, john.feuerstein
2011-12-08 00:53:30vstinnersetmessageid: <1323305610.24.0.775899635098.issue12567@psf.upfronthosting.co.za>
2011-12-08 00:53:27vstinnerlinkissue12567 messages
2011-12-08 00:53:27vstinnercreate