Message111875
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) |
|
Date |
User |
Action |
Args |
2010-07-28 23:49:52 | vstinner | set | recipients:
+ vstinner, akuchling, mark.dickinson, asmodai, rpetrov, Arfrever, r.david.murray, skrah |
2010-07-28 23:49:52 | vstinner | set | messageid: <1280360992.02.0.384889308435.issue9408@psf.upfronthosting.co.za> |
2010-07-28 23:49:50 | vstinner | link | issue9408 messages |
2010-07-28 23:49:50 | vstinner | create | |
|