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 rhettinger
Recipients matrixise, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2016-11-27.18:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480270639.8.0.157324970908.issue28800@psf.upfronthosting.co.za>
In-reply-to
Content
When we added LIST_APPEND (the first of the custom opcodes intended for optimization), it was done only because it was frequently used in inner loops where it provided real benefits to users.

In contrast this opcode seems like a waste.  Historically for opcodes, we've valued orthogonality and parsimony.  The opcode set was intentionally kept simple and minimal.  The recent opcode additions have disregarded these values.
History
Date User Action Args
2016-11-27 18:17:19rhettingersetrecipients: + rhettinger, tim.peters, vstinner, serhiy.storchaka, matrixise
2016-11-27 18:17:19rhettingersetmessageid: <1480270639.8.0.157324970908.issue28800@psf.upfronthosting.co.za>
2016-11-27 18:17:19rhettingerlinkissue28800 messages
2016-11-27 18:17:19rhettingercreate