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 fdrake, pfalcon, vstinner, yselivanov
Date 2014-02-02.22:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391379407.15.0.467971463744.issue20475@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with pystone is that such tool is used to compare performances between different versions of Python. If pystone uses a different clock in Python 3.4, you may not be able to compare compare results with older Python versions.

In my opinion, such change should not be done before Python 3.5. 3.4 beta 3 has already been released.
History
Date User Action Args
2014-02-02 22:16:47vstinnersetrecipients: + vstinner, fdrake, pfalcon, yselivanov
2014-02-02 22:16:47vstinnersetmessageid: <1391379407.15.0.467971463744.issue20475@psf.upfronthosting.co.za>
2014-02-02 22:16:47vstinnerlinkissue20475 messages
2014-02-02 22:16:47vstinnercreate