Message297273
I was able to fix the test_readline failure by restoring the locale based on the environment settings with `setlocale(LC_CTYPE, "")` rather than the return value from a preceding call to `setlocale(LC_CTYPE, NULL)`.
That means we can leave the runtime coercion checks enabled on *BSD systems, and if/when any given BSD variant adds working Linux-style C.UTF-8 or OS-X-style UTF-8 locales, we'll automatically start using them. |
|
| Date |
User |
Action |
Args |
| 2017-06-29 14:52:41 | ncoghlan | set | recipients:
+ ncoghlan, vstinner, ned.deily, ezio.melotti, koobs, bapt |
| 2017-06-29 14:52:41 | ncoghlan | set | messageid: <1498747961.94.0.0144069627817.issue30647@psf.upfronthosting.co.za> |
| 2017-06-29 14:52:41 | ncoghlan | link | issue30647 messages |
| 2017-06-29 14:52:41 | ncoghlan | create | |
|