[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-29 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-34485. Example: New changeset 0b9ea4b211b24464c7d38f63e45e51c275c52dcd by Victor Stinner in branch '3.7': [3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987)

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
STINNER Victor added the comment: I wanted to quickly fix this issue since I'm working on 3 different issues where I got conflicts with these changes, and the other issues were impacted by this bug. I sent an email to python-dev about this issue:

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4ff38870b1de8a3add5357edf125c2866bc42b54 by Victor Stinner in branch '3.6': bpo-34527: Fix FreeBSD with POSIX locale (GH-8975) https://github.com/python/cpython/commit/4ff38870b1de8a3add5357edf125c2866bc42b54 --

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
STINNER Victor added the comment: Note: Python 2.7 is not affected: it doesn't have "force_ascii" and "LC_ALL=POSIX ./python -m test test_cmd_line_script" pass successfully. -- versions: +Python 3.6 ___ Python tracker

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +8448 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 65ef7425a32ee411d8047a4fad0fc6bb9ff733b1 by Victor Stinner in branch '3.7': bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974) https://github.com/python/cpython/commit/65ef7425a32ee411d8047a4fad0fc6bb9ff733b1 --

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +8447 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5cb258950ce9b69b1f65646431c464c0c17b1510 by Victor Stinner in branch 'master': bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) https://github.com/python/cpython/commit/5cb258950ce9b69b1f65646431c464c0c17b1510 --

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +8445 stage: -> patch review ___ Python tracker ___ ___

[issue34527] On FreeBSD, Python 3 doesn't support support the POSIX locale

2018-08-28 Thread STINNER Victor
New submission from STINNER Victor : vstinner@freebsd$ env -i LC_ALL=POSIX ./python -m test -v test_cmd_line_script -m test_non_ascii == CPython 3.8.0a0 (heads/master:096329f0b2, Aug 28 2018, 09:30:55) [Clang 4.0.0 (tags/RELEASE_400/final 297347)] == FreeBSD-11.1-RELEASE-amd64-64bit-ELF