This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients methane, pablogsal, vstinner
Date 2021-03-29.20:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617050444.61.0.998755256201.issue43662@roundup.psfhosted.org>
In-reply-to
Content
> https://buildbot.python.org/all/#/builders/244/builds/931

test.pythoninfo:

config[filesystem_encoding]: 'utf-8'
config[filesystem_errors]: 'surrogateescape'
config[stdio_encoding]: 'utf-8'
config[stdio_errors]: 'strict'
config[use_environment]: 1
config[warn_default_encoding]: 0

locale.encoding: UTF-8

os.environ[LANG]: en_US.UTF-8

os.uname: posix.uname_result(sysname='Linux', nodename='ztcpip3.pok.ibm.com', release='3.10.0-1160.11.1.el7.s390x', version='#1 SMP Mon Nov 30 13:07:00 EST 2020', machine='s390x')

platform.libc_ver: glibc 2.17
platform.platform: Linux-3.10.0-1160.11.1.el7.s390x-s390x-with-glibc2.17

pre_config[coerce_c_locale]: 0
pre_config[coerce_c_locale_warn]: 0
pre_config[configure_locale]: 1
pre_config[isolated]: 0
pre_config[utf8_mode]: 0

sys.filesystem_encoding: utf-8/surrogateescape

sys.stderr.encoding: utf-8/backslashreplace
sys.stdin.encoding: utf-8/strict
sys.stdout.encoding: utf-8/strict

sys.version: 3.10.0a6+ (heads/master:9b99947, Mar 29 2021, 08:53:44) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]

sysconfig[CONFIG_ARGS]: '--prefix' '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/target' '--with-lto' '--enable-optimizations'

sysconfig[PY_CFLAGS]: -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall
sysconfig[PY_CFLAGS_NODIST]: -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-use -fprofile-correction -I./Include/internal

sysconfig[PY_CORE_LDFLAGS]: -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g
sysconfig[PY_LDFLAGS_NODIST]: -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g

sysconfig[Py_DEBUG]: 0
History
Date User Action Args
2021-03-29 20:40:44vstinnersetrecipients: + vstinner, methane, pablogsal
2021-03-29 20:40:44vstinnersetmessageid: <1617050444.61.0.998755256201.issue43662@roundup.psfhosted.org>
2021-03-29 20:40:44vstinnerlinkissue43662 messages
2021-03-29 20:40:44vstinnercreate