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 gregory.p.smith, mark.dickinson, ned.deily, pitrou, vstinner
Date 2018-05-29.00:46:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527554771.53.0.682650639539.issue33627@psf.upfronthosting.co.za>
In-reply-to
Content
ARMv7 Ubuntu 3.7 builder is an ARM Cortex A15:

* Ubuntu 14.04 ARM - Quad 2.3Ghz Cortex A15 2GiB (Nvidia Jetson Tegra K1) armv7l
* os.cpu_count: 1
* os.uname: posix.uname_result(sysname='Linux', nodename='tegra-ubuntu', release='3.10.40-gc017b03', version='#1 SMP PREEMPT Mon Feb 2 17:50:48 PST 2015', machine='armv7l')
* platform.architecture: 32bit ELF
* platform.platform: Linux-3.10.40-gc017b03-armv7l-with-debian-jessie-sid
* sysconfig[CC]: gcc -pthread
* sysconfig[CFLAGS]: -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes
* sysconfig[PY_CFLAGS]: -Wno-unused-result -Wsign-compare -g -Og -Wall -Wstrict-prototypes
* sysconfig[OPT]: -g -Og -Wall -Wstrict-prototypes
History
Date User Action Args
2018-05-29 00:46:11vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, pitrou, ned.deily
2018-05-29 00:46:11vstinnersetmessageid: <1527554771.53.0.682650639539.issue33627@psf.upfronthosting.co.za>
2018-05-29 00:46:11vstinnerlinkissue33627 messages
2018-05-29 00:46:10vstinnercreate