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 Arfrever, Carl.Friedrich.Bolz, amaury.forgeotdarc, benjamin.peterson, fijal, mark.dickinson, mastrodomenico, matrixise, pablogsal, serhiy.storchaka
Date 2019-05-15.10:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557914446.49.0.939613734251.issue1875@roundup.psfhosted.org>
In-reply-to
Content
>The drawback of compiling the dead code is adding cells for unneeded constants and local variables. Also it can create less optimal code for jumps.

Is unlikely that this situation arises often enough that this is a concern. We would be sacrificing correctness for speed and I think that is an error.

If there is a more optimal approach I'm happy to implement it.
History
Date User Action Args
2019-05-15 10:00:46pablogsalsetrecipients: + pablogsal, amaury.forgeotdarc, mark.dickinson, fijal, Carl.Friedrich.Bolz, benjamin.peterson, Arfrever, mastrodomenico, serhiy.storchaka, matrixise
2019-05-15 10:00:46pablogsalsetmessageid: <1557914446.49.0.939613734251.issue1875@roundup.psfhosted.org>
2019-05-15 10:00:46pablogsallinkissue1875 messages
2019-05-15 10:00:46pablogsalcreate