Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37271>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to