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 serhiy.storchaka
Recipients eric.smith, mark.dickinson, pitrou, serhiy.storchaka, skrah
Date 2012-04-01.07:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333264230.5.0.438674047248.issue14339@psf.upfronthosting.co.za>
In-reply-to
Content
No, I do not think that any application will significantly speeded up.

In fact, it is not optimization, and getting rid of the apparent pessimization. In addition to increasing the speed, memory fragmentation is reduced.

The patch has a minimum size, the new code is not larger and not more complex than the old one, it is similar to code already used in this file, there are small nonconditional advantages. I see no reason not to accept the changes.
History
Date User Action Args
2012-04-01 07:10:30serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, eric.smith, skrah
2012-04-01 07:10:30serhiy.storchakasetmessageid: <1333264230.5.0.438674047248.issue14339@psf.upfronthosting.co.za>
2012-04-01 07:10:29serhiy.storchakalinkissue14339 messages
2012-04-01 07:10:29serhiy.storchakacreate