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 steven.daprano
Recipients alex, arigo, georg.brandl, pitrou, serhiy.storchaka, steven.daprano, vstinner
Date 2014-07-16.16:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140716164253.GG9112@ando>
In-reply-to <1405522171.24.0.400964708161.issue21988@psf.upfronthosting.co.za>
Content
On Wed, Jul 16, 2014 at 02:49:31PM +0000, Armin Rigo wrote:
> ...but I don't think PyPy should be by itself a good enough reason to 
> reject this patch.  It would be fine if timeit detects which 
> interpreter it runs on, and only tries to unroll on CPython, for 
> example.

I would *much* rather a parameter to timeit which controls whether or 
not to unroll, rather than timeit trying to guess whether you want it to 
unroll or not. PyPy can default to off, CPython to on, and other 
implementations can choose whichever default makes sense for them.
History
Date User Action Args
2014-07-16 16:43:01steven.dapranosetrecipients: + steven.daprano, arigo, georg.brandl, pitrou, vstinner, alex, serhiy.storchaka
2014-07-16 16:43:00steven.dapranolinkissue21988 messages
2014-07-16 16:43:00steven.dapranocreate