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 BTaskaya
Recipients BTaskaya, Mark.Shannon, pablogsal, serhiy.storchaka
Date 2021-07-03.15:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625325252.1.0.128727238899.issue44501@roundup.psfhosted.org>
In-reply-to
Content
> BTW, why do you not fold 2-argument calls?

Seems like it is making stuff worse. 

> I suspect that in most of other examples the function execution time is too large to make the optimization meaningful.

This is (to some extent) a constant folding pass, so I don't think it makes sense to expect it to optimize the general workload of the function.
History
Date User Action Args
2021-07-03 15:14:12BTaskayasetrecipients: + BTaskaya, Mark.Shannon, serhiy.storchaka, pablogsal
2021-07-03 15:14:12BTaskayasetmessageid: <1625325252.1.0.128727238899.issue44501@roundup.psfhosted.org>
2021-07-03 15:14:12BTaskayalinkissue44501 messages
2021-07-03 15:14:11BTaskayacreate