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 serhiy.storchaka
Recipients Arfrever, Carl.Friedrich.Bolz, amaury.forgeotdarc, arigo, benjamin.peterson, fijal, mark.dickinson, mastrodomenico, matrixise, pablogsal, serhiy.storchaka
Date 2019-05-15.09:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557910922.5.0.555464183787.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.
History
Date User Action Args
2019-05-15 09:02:02serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, amaury.forgeotdarc, mark.dickinson, fijal, Carl.Friedrich.Bolz, benjamin.peterson, Arfrever, mastrodomenico, matrixise, pablogsal
2019-05-15 09:02:02serhiy.storchakasetmessageid: <1557910922.5.0.555464183787.issue1875@roundup.psfhosted.org>
2019-05-15 09:02:02serhiy.storchakalinkissue1875 messages
2019-05-15 09:02:02serhiy.storchakacreate