]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Sep 2020 14:45:57 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 14:45:57 +0000 (16:45 +0200)
commitc73ee5acc96b4bbd6885156883b224b8cc3e470c
tree6b4a5fd55a2d728f2426919090841b5694ebeac8
parentb6d2acb1b1a21f857c17cfb6e0e97a7b8bdc0171
bpo-41401: Fix test_fspath_support in test_io. (GH-21640) (GH-22133)

The error is exposed on non-UTF-8 locales.

(cherry picked from commit 67987acd5dc9776f55f4e139e2b3d9e7a6434d9f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_io.py