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 Jorge Herskovic
Recipients Jorge Herskovic, davin, ned.deily, sbt
Date 2015-06-24.03:27:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435116448.18.0.0898754394422.issue24484@psf.upfronthosting.co.za>
In-reply-to
Content
The failing Python:
3.4.3 (v3.4.3:9b73f1c3e601, Feb 23 2015, 02:52:03)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]

The non-failing Python:
3.4.3 (default, Jun 23 2015, 06:33:02)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)]

The non-failing python, I just downloaded the tarball and ran ./configure --prefix=/opt/python343, make, sudo make install, and then created a virtualenv using that binary.

Given what you're telling me, I'll run some more loops with the "non-failing" python. I'm grateful you've been able to reproduce the problem, FWIW.
History
Date User Action Args
2015-06-24 03:27:28Jorge Herskovicsetrecipients: + Jorge Herskovic, ned.deily, sbt, davin
2015-06-24 03:27:28Jorge Herskovicsetmessageid: <1435116448.18.0.0898754394422.issue24484@psf.upfronthosting.co.za>
2015-06-24 03:27:28Jorge Herskoviclinkissue24484 messages
2015-06-24 03:27:27Jorge Herskoviccreate