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 vstinner
Recipients Mark.Shannon, abarnert, benjamin.peterson, georg.brandl, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2021-03-29.20:26:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617049605.5.0.517304440581.issue26300@roundup.psfhosted.org>
In-reply-to
Content
> The "peephole" optimizer now operates on the internal IR, not the bytecode.

Python/ast_opt.c is cool ;-) Thanks INADA-san for creating it!
History
Date User Action Args
2021-03-29 20:26:45vstinnersetrecipients: + vstinner, georg.brandl, pitrou, benjamin.peterson, Mark.Shannon, serhiy.storchaka, yselivanov, abarnert
2021-03-29 20:26:45vstinnersetmessageid: <1617049605.5.0.517304440581.issue26300@roundup.psfhosted.org>
2021-03-29 20:26:45vstinnerlinkissue26300 messages
2021-03-29 20:26:45vstinnercreate