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 lemburg
Recipients lemburg, neologix, vstinner
Date 2012-04-18.12:00:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4F8EACC5.3080806@egenix.com>
In-reply-to <1334704982.85.0.932146397233.issue14428@psf.upfronthosting.co.za>
Content
Please leave the pybench default timers unchanged in case the
new APIs are not available.

The perf_counter_process_time.patch currently changes them, even
though the new APIs are not available on older Python releases,
thus breaking pybench for e.g. Python 3.2 or earlier releases.

Ditto for the resolution changes: these need to be optional and
not cause a break when used in Python 3.1/3.2.

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

________________________________________________________________________
2012-04-28: PythonCamp 2012, Cologne, Germany              10 days to go

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
History
Date User Action Args
2012-04-18 12:00:11lemburgsetrecipients: + lemburg, vstinner, neologix
2012-04-18 12:00:10lemburglinkissue14428 messages
2012-04-18 12:00:10lemburgcreate