Message 317965 - Python tracker

Message317965

Author vstinner
Recipients gregory.p.smith, mark.dickinson, ned.deily, pitrou, vstinner
Date 2018-05-29.00:24:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527553500.72.0.682650639539.issue33627@psf.upfronthosting.co.za>
In-reply-to
Content
x86 Ubuntu Shared 3.x is a 32-bit build:

* Ubuntu 14.04.4 LTS (Linode 2048 KVM VPS, Xeon E5-2680 v3/2.50GHz host, 1 core)
* os.cpu_count: 1
* os.uname: posix.uname_result(sysname='Linux', nodename='buildbot-ubuntu', release='4.5.5-x86-linode88', version='#2 SMP Fri May 20 15:30:53 EDT 2016', machine='i686')
* platform.architecture: 32bit ELF
* platform.platform: Linux-4.5.5-x86-linode88-i686-with-glibc2.0
* sysconfig[CC]: gcc -pthread
* sysconfig[CFLAGS]: -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes
* sysconfig[CONFIG_ARGS]: '--with-pydebug' '--enable-shared'
* sysconfig[OPT]: -g -Og -Wall -Wstrict-prototypes
* sysconfig[PY_CFLAGS]: -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes
History
Date User Action Args
2018-05-29 00:25:00vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, pitrou, ned.deily
2018-05-29 00:25:00vstinnersetmessageid: <1527553500.72.0.682650639539.issue33627@psf.upfronthosting.co.za>
2018-05-29 00:25:00vstinnerlinkissue33627 messages
2018-05-29 00:24:59vstinnercreate