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 pfalcon
Recipients methane, pablogsal, pfalcon, ppperry, terry.reedy, vstinner
Date 2020-01-17.12:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579264496.86.0.784106239026.issue32615@roundup.psfhosted.org>
In-reply-to
Content
> We may be possible to replace bytecode from `STORE_GLOBAL _cnt; LOAD_GLOBAL _cnt` into `DUP_TOP; STORE_GLOBAL _cnt`.

Sounds good, and that's why I personally care about the "STORE" case, and the patch I submit touches only it, which would affect only cases when explicit "global var" declarations are used, which aren't frequent. I definitely would be too shy to submit a patch for more LOAD_* cases, though I may image why people may want that still.
History
Date User Action Args
2020-01-17 12:34:56pfalconsetrecipients: + pfalcon, terry.reedy, vstinner, methane, ppperry, pablogsal
2020-01-17 12:34:56pfalconsetmessageid: <1579264496.86.0.784106239026.issue32615@roundup.psfhosted.org>
2020-01-17 12:34:56pfalconlinkissue32615 messages
2020-01-17 12:34:56pfalconcreate