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 dino.viehland, vstinner
Date 2020-01-27.16:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580142684.69.0.237717174375.issue39459@roundup.psfhosted.org>
In-reply-to
Content
Issue also seen when building Python 3.9.0a3 on Fedora Rawhide:
https://src.fedoraproject.org/rpms/python39/pull-request/16

Logs: https://jenkins-continuous-infra.apps.ci.centos.org/job/fedora-rawhide-pr-pipeline/2558/artifact/package-tests/logs/console.log

pythoninfo:

    CC.version: gcc (GCC) 10.0.1 20200126 (Red Hat 10.0.1-0.6)
    Py_DEBUG: No (sys.gettotalrefcount() missing)
    config[executable]: '/usr/bin/python3.9'
    config[module_search_paths]: ['/usr/lib64/python39.zip', '/usr/lib64/python3.9', '/usr/lib64/python3.9/lib-dynload']
    os.getcwd: /var/str/python/selftest
    os.getgid: 0
    os.getgrouplist: 0
    os.getgroups: 0
    os.getuid: 0
    os.login: root
    platform.architecture: 64bit ELF
    platform.libc_ver: glibc 2.30.9000
    platform.platform: Linux-5.5.0-0.rc6.git3.1.fc32.x86_64-x86_64-with-glibc2.30.9000
    platform.python_implementation: CPython
    pwd.getpwuid(0): pwd.struct_passwd(pw_name='root', pw_passwd='x', pw_uid=0, pw_gid=0, pw_gecos='root', pw_dir='/root', pw_shell='/bin/bash')
History
Date User Action Args
2020-01-27 16:31:24vstinnersetrecipients: + vstinner, dino.viehland
2020-01-27 16:31:24vstinnersetmessageid: <1580142684.69.0.237717174375.issue39459@roundup.psfhosted.org>
2020-01-27 16:31:24vstinnerlinkissue39459 messages
2020-01-27 16:31:24vstinnercreate