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 pitrou, serhiy.storchaka, vstinner
Date 2013-09-26.12:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1078396074.24908576.1380199338174.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1380198837.04.0.697765650691.issue19087@psf.upfronthosting.co.za>
Content
> Could you please add unit tests for check that ob_start is used
> instead of memmove()?

How would I do that? Most of the time we don't unit-test performance
improvements (i.e. there are no tests that list.append() is O(1), for
example).
History
Date User Action Args
2013-09-26 12:42:24pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2013-09-26 12:42:24pitroulinkissue19087 messages
2013-09-26 12:42:24pitroucreate