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 vstinner
Date 2017-11-23.08:48:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511426931.16.0.213398074469.issue32119@psf.upfronthosting.co.za>
In-reply-to
Content
It may also be compiler issue.

* CPU: Intel x86
* compiler: GCC 4.0.1 (Apple Computer, Inc. build 5367)
* CFLAGS: -fno-strict-aliasing -Wsign-compare -g -O0 -Wall -Wstrict-prototypes
* OS: macOS Tiger
* Kernel: Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386

Extract of pythoninfo:

os.uname: posix.uname_result(sysname='Darwin', nodename='osx', release='8.11.1', version='Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386', machine='i386')
platform.architecture: 32bit
platform.platform: Darwin-8.11.1-i386-32bit
platform.python_implementation: CPython
sys.version: 3.6.3+ (heads/3.6:ae3c5c7, Nov 22 2017, 20:39:07)  [GCC 4.0.1 (Apple Computer, Inc. build 5367)]
sysconfig[CFLAGS]: -fno-strict-aliasing -Wsign-compare -g -O0 -Wall -Wstrict-prototypes
History
Date User Action Args
2017-11-23 08:48:51vstinnersetrecipients: + vstinner
2017-11-23 08:48:51vstinnersetmessageid: <1511426931.16.0.213398074469.issue32119@psf.upfronthosting.co.za>
2017-11-23 08:48:51vstinnerlinkissue32119 messages
2017-11-23 08:48:50vstinnercreate