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 pitrou
Recipients jdharper, mark.dickinson, pitrou, r.david.murray, rhettinger
Date 2011-02-18.19:58:30
SpamBayes Score 0.0021426415
Marked as misclassified No
Message-id <1298059111.42.0.748317659699.issue11244@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that the "UNARY_NEGATIVE + LOAD_CONST" optimization, which occurs first in bytecode order, inserts a NOP and prevents the tuple optimization to work.
History
Date User Action Args
2011-02-18 19:58:31pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, r.david.murray, jdharper
2011-02-18 19:58:31pitrousetmessageid: <1298059111.42.0.748317659699.issue11244@psf.upfronthosting.co.za>
2011-02-18 19:58:30pitroulinkissue11244 messages
2011-02-18 19:58:30pitroucreate