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 pablogsal
Recipients brett.cannon, pablogsal, rhettinger, serhiy.storchaka
Date 2019-06-15.17:01:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560618119.05.0.589991316692.issue37271@roundup.psfhosted.org>
In-reply-to
Content
Probably is not that easy, but a naive thought respecting loops:

As the peephole optimizer only produces code that is the same length or smaller and it works by feeling noops and deleting them, the only loop would be code that is of the same length but different, but that cannot happen by adding noops and removing them, right?
History
Date User Action Args
2019-06-15 17:01:59pablogsalsetrecipients: + pablogsal, brett.cannon, rhettinger, serhiy.storchaka
2019-06-15 17:01:59pablogsalsetmessageid: <1560618119.05.0.589991316692.issue37271@roundup.psfhosted.org>
2019-06-15 17:01:59pablogsallinkissue37271 messages
2019-06-15 17:01:58pablogsalcreate