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 yselivanov
Recipients benjamin.peterson, nedbat, serhiy.storchaka, vstinner, yselivanov
Date 2018-10-04.01:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538615817.9.0.545547206417.issue34888@psf.upfronthosting.co.za>
In-reply-to
Content
It's more complicated than that: there's no more SETUP_LOOP opcode anymore.  The ceval and compiler parts responsible for evaluating and compiling loops were rewritten.  FWIW the goal was more about simplifying the needlessly complicated implementation and long term maintenance than about performance.  So this is something that coverage will probably have to adapt to (peephole optimizer is another topic).
History
Date User Action Args
2018-10-04 01:16:57yselivanovsetrecipients: + yselivanov, vstinner, nedbat, benjamin.peterson, serhiy.storchaka
2018-10-04 01:16:57yselivanovsetmessageid: <1538615817.9.0.545547206417.issue34888@psf.upfronthosting.co.za>
2018-10-04 01:16:57yselivanovlinkissue34888 messages
2018-10-04 01:16:57yselivanovcreate