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 brett.cannon
Recipients benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, yselivanov, ztane
Date 2016-03-13.17:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I also suspect you're right, Antti, that the stack size is calculated prior to the bytecode being passed to through the peepholer which would have made the built tuple a value in the const array.

Off the top of my head I don't remember where the stack size calculation is made, but my suspicion is it's in the AT -> bytecode step, which would mean making it work from bytecode would mean re-implementing that calculation to work from the bytecode itself (assuming I'm right).
History
Date User Action Args
2016-03-13 17:36:45brett.cannonsetrecipients: + brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, yselivanov, ztane
2016-03-13 17:36:44brett.cannonsetmessageid: <[email protected]>
2016-03-13 17:36:44brett.cannonlinkissue26549 messages
2016-03-13 17:36:44brett.cannoncreate