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 pitrou
Recipients collinwinter, gregory.p.smith, jcea, jyasskin, lauromoura, nnorwitz, phsilva, pitrou, rhettinger, tzot
Date 2009-03-02.11:52:44
SpamBayes Score 3.6201375e-11
Marked as misclassified No
Message-id <1235994820.7107.1.camel@fsol>
In-reply-to <1235974312.83.0.64430046722.issue2459@psf.upfronthosting.co.za>
Content
> I've updated for_iter.patch to the latest trunk, merging in issue 4715.
> I also changed tracing a bit so that the first line of a loop doesn't
> get traced twice in the first iteration, and added to test_dis to check
> that decreasing line numbers work there.

Thanks a lot!

By the way, why do you bench cPickle? Does your test call Python code
significantly?

Overall, the results look positive although not overwhelming.
History
Date User Action Args
2009-03-02 11:52:54pitrousetrecipients: + pitrou, nnorwitz, collinwinter, rhettinger, gregory.p.smith, jcea, tzot, jyasskin, lauromoura, phsilva
2009-03-02 11:52:52pitroulinkissue2459 messages
2009-03-02 11:52:49pitroucreate