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 pitrou
Recipients Mark.Shannon, benjamin.peterson, mark.dickinson, pitrou, rhettinger, skrah, trent
Date 2014-10-08.20:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> END_ITER is a synonym for JUMP_ABSOLUTE. It is needed so that frame.set_lineno() can identify loop blocks.

I was thinking about this. Isn't it enough to consider all backwards edges as ending a loop block?
History
Date User Action Args
2014-10-08 20:53:25pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, benjamin.peterson, trent, skrah, Mark.Shannon
2014-10-08 20:53:25pitrousetmessageid: <[email protected]>
2014-10-08 20:53:25pitroulinkissue17611 messages
2014-10-08 20:53:25pitroucreate