Staging
v0.5.1
https://github.com/python/cpython
Revision e5fde1f992e94f166415ab96d874ed1d2e0c8004 authored by Miss Islington (bot) on 22 September 2018, 01:29:34 UTC, committed by GitHub on 22 September 2018, 01:29:34 UTC

We cannot simply call locale.getpreferredencoding() here,
as GDB might have been linked against a different version
of Python with a different encoding and coercion policy
with respect to PEP 538 and PEP 540.

Thanks to Victor Stinner for a hint on how to fix this.
(cherry picked from commit 7279b5125e7c5d84a473d250b27d353cb7f6628e)

Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
1 parent e45662c
History
Tip revision: e5fde1f992e94f166415ab96d874ed1d2e0c8004 authored by Miss Islington (bot) on 22 September 2018, 01:29:34 UTC
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
Tip revision: e5fde1f
File Mode Size
bundle
core
dev
doc
exe
launcher
lib
path
pip
tcltk
test
tools
ucrt
README.txt -rw-r--r-- 22.7 KB
build.bat -rw-r--r-- 2.3 KB
buildrelease.bat -rw-r--r-- 8.8 KB
common.wxs -rw-r--r-- 4.2 KB
common_en-US.wxl_template -rw-r--r-- 1.4 KB
csv_to_wxs.py -rw-r--r-- 4.9 KB
distutils.command.bdist_wininst.py -rw-r--r-- 646 bytes
generate_md5.py -rw-r--r-- 679 bytes
get_externals.bat -rw-r--r-- 2.6 KB
make_zip.proj -rw-r--r-- 1.8 KB
make_zip.py -rw-r--r-- 7.5 KB
msi.props -rw-r--r-- 8.8 KB
msi.targets -rw-r--r-- 5.2 KB
purge.py -rw-r--r-- 1.8 KB
testrelease.bat -rw-r--r-- 4.0 KB
uploadrelease.bat -rw-r--r-- 4.9 KB
uploadrelease.proj -rw-r--r-- 6.6 KB
wix.props -rw-r--r-- 955 bytes

README.txt

back to top