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 2021-01-13.15:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610553270.13.0.0537461181664.issue2506@roundup.psfhosted.org>
In-reply-to
Content
In general, it is hard to define what is an optimization, and what is part of the compiler.

The original request was to disable optimizations that changed observable behavior w.r.t. line numbers.

All optimizations now respect line numbers, so proposed mechanism would be pointless.
History
Date User Action Args
2021-01-13 15:54:30Mark.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
2021-01-13 15:54:30Mark.Shannonsetmessageid: <1610553270.13.0.0537461181664.issue2506@roundup.psfhosted.org>
2021-01-13 15:54:30Mark.Shannonlinkissue2506 messages
2021-01-13 15:54:30Mark.Shannoncreate