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, pxeger, serhiy.storchaka
Date 2020-12-28.18:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609180409.87.0.192257688303.issue42754@roundup.psfhosted.org>
In-reply-to
Content
We could possibly fold this at the AST optimizer, though I am not sure whether this worths anything as an optimization since it is a real obscure pattern. I've only found 2 occurrences (both from a test set on a relatively ~big dataset of source code.
History
Date User Action Args
2020-12-28 18:33:57BTaskayaunlinkissue42754 messages
2020-12-28 18:33:29BTaskayasetrecipients: + BTaskaya, Mark.Shannon, serhiy.storchaka, pablogsal, pxeger
2020-12-28 18:33:29BTaskayasetmessageid: <1609180409.87.0.192257688303.issue42754@roundup.psfhosted.org>
2020-12-28 18:33:29BTaskayalinkissue42754 messages
2020-12-28 18:33:29BTaskayacreate