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 Mark.Shannon
Recipients ArthurGoldberg, Mark.Shannon, Sergey.Kirpichev, THRlWiTi, Trip.Volpe, ajaksu2, alex, amaury.forgeotdarc, barry, belopolsky, brett.cannon, diana, eric.araujo, eric.snow, ethan.furman, flox, nedbat, pablogsal, pgimeno, rhettinger, serhiy.storchaka, terry.reedy, tshepang, vstinner, yselivanov
Date 2020-12-22.21:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608671724.67.0.196720289963.issue2506@roundup.psfhosted.org>
In-reply-to
Content
I think this can finally be closed.
A mere 12 years after it was opened :)

PEP 626 specifies what the correct behavior is, regardless of whether optimizations are turned on or off, so there is no point in a no-optimize option.
The compiler is fast enough that it is never worth turning off, even for iterate development.

If the bytecode optimizer produces incorrect or inefficient code for a particular example, please file a bug report for that case, and assign me.
History
Date User Action Args
2020-12-22 21:15:24Mark.Shannonsetrecipients: + Mark.Shannon, barry, brett.cannon, rhettinger, terry.reedy, amaury.forgeotdarc, belopolsky, vstinner, ajaksu2, nedbat, eric.araujo, alex, flox, THRlWiTi, ethan.furman, tshepang, eric.snow, serhiy.storchaka, yselivanov, diana, Trip.Volpe, pgimeno, Sergey.Kirpichev, ArthurGoldberg, pablogsal
2020-12-22 21:15:24Mark.Shannonsetmessageid: <1608671724.67.0.196720289963.issue2506@roundup.psfhosted.org>
2020-12-22 21:15:24Mark.Shannonlinkissue2506 messages
2020-12-22 21:15:24Mark.Shannoncreate