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 pablogsal
Recipients aldwinaldwin, lukasz.langa, miss-islington, ned.deily, nedbat, p-ganssle, pablogsal, serhiy.storchaka, terry.reedy, tim.peters, xtreak
Date 2019-07-05.22:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562366964.35.0.863861669131.issue37500@roundup.psfhosted.org>
In-reply-to
Content
> It's the expected result of fixing a bug _by_ eliminating the optimization entirely. 

Using jumps is not removing the optimization entirely, is just a weaker and more incomplete way of doing the same. The optimization introduced the bug in the first place. If this was done today it would have been reverted. The only thing legitimating the "error" is time. But this is basically elevating a bug to a feature, making this even more relevant than ever:

https://xkcd.com/1172/
History
Date User Action Args
2019-07-05 22:49:24pablogsalsetrecipients: + pablogsal, tim.peters, terry.reedy, nedbat, ned.deily, lukasz.langa, serhiy.storchaka, p-ganssle, miss-islington, xtreak, aldwinaldwin
2019-07-05 22:49:24pablogsalsetmessageid: <1562366964.35.0.863861669131.issue37500@roundup.psfhosted.org>
2019-07-05 22:49:24pablogsallinkissue37500 messages
2019-07-05 22:49:24pablogsalcreate