]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2020 11:37:38 +0000 (04:37 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 11:37:38 +0000 (04:37 -0700)
commit84f9c23a12eb091ac5327ebcba0d63794085b7f8
tree93d9f38e95e1a7cf16546c22e26dfa0a39511164
parent4564ebb1e62378d350d5483b0ae5d0d84082af2b
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)

(cherry picked from commit 94eee69e9b3a7e7d33142a47ffea560beb8f1596)

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