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 maltehelmert
Recipients belopolsky, gvanrossum, maltehelmert
Date 2008-02-23.15:34:01
SpamBayes Score 0.07337714
Marked as misclassified No
Message-id <1203780841.95.0.480767752655.issue1040026@psf.upfronthosting.co.za>
In-reply-to
Content
Here's three tests with different pythons on the same machine:
# ./python ../test_times.py
8.33333333333
# python ../test_times.py
8.33333333333
# python2.5 ../test_times.py
5.0

The first Python is current trunk, built just now.
The second Python is the vendor-installed (SuSE) Python 2.5.
The third Python is a Python 2.5 I installed manually from source some
time ago. Strange that it would differ from the second; it appears to be
the same revision as the second from the greeting message.

Anyway, I can reproduce the error in the trunk, which is good.
This is a 64-bit SuSE Linux machine (Xeon X5355 @ 2.66GHz).
History
Date User Action Args
2008-02-23 15:34:02maltehelmertsetspambayes_score: 0.0733771 -> 0.07337714
recipients: + maltehelmert, gvanrossum, belopolsky
2008-02-23 15:34:01maltehelmertsetspambayes_score: 0.0733771 -> 0.0733771
messageid: <1203780841.95.0.480767752655.issue1040026@psf.upfronthosting.co.za>
2008-02-23 15:34:01maltehelmertlinkissue1040026 messages
2008-02-23 15:34:01maltehelmertcreate