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 methane
Recipients methane, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-02.18:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+Tz+P0A6Y3qBJm02eALsugyMRKOMgtSQxgJrGSg6KeQ2Ow@mail.gmail.com>
In-reply-to <1478107828.96.0.941934767973.issue28580@psf.upfronthosting.co.za>
Content
> Xiang Zhang added the comment:
>
> Yes, that's the point. I thought to expose an API in testcapimodule for test, but actually I am not willing to do that since I don't believe this patch could bring any visible performance change.
>

I agree with you.
I feel this patch is cleanup rather than optimization.

* Removing redundant loop which always break at first
* Adding very useful assertion to find potential bugs
History
Date User Action Args
2016-11-02 18:18:12methanesetrecipients: + methane, vstinner, serhiy.storchaka, xiang.zhang
2016-11-02 18:18:12methanelinkissue28580 messages
2016-11-02 18:18:12methanecreate