◐ Shell
clean mode source ↗

Message 111875 - Python tracker

Message111875

Author vstinner
Recipients Arfrever, akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah, vstinner
Date 2010-07-28.23:49:49
SpamBayes Score 0.19535579
Marked as misclassified No
Message-id <1280360992.02.0.384889308435.issue9408@psf.upfronthosting.co.za>
In-reply-to
Content
Because of #7384, Python3 now links _curses.so to ncurses library (bytes version) instead of ncursesw library (unicode version) if readline is linked to ncurses. I'm using Linux (Debian Sid).

On Linux, Python3 should maybe only link to the unicode version, because the bytes version has many issues with unicode and lacks many functions.

See also:
 - #1428494: "Prefer linking against ncursesw over ncurses library" (so I consider this issue as a regression).
 - #4787

(reuse the nosy list from #7384)
History
Date User Action Args
2010-07-28 23:49:52vstinnersetrecipients: + vstinner, akuchling, mark.dickinson, asmodai, rpetrov, Arfrever, r.david.murray, skrah
2010-07-28 23:49:52vstinnersetmessageid: <1280360992.02.0.384889308435.issue9408@psf.upfronthosting.co.za>
2010-07-28 23:49:50vstinnerlinkissue9408 messages
2010-07-28 23:49:50vstinnercreate