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 larry
Recipients brett.cannon, eric.snow, larry, ncoghlan
Date 2013-11-23.00:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385167907.5.0.586772441426.issue19722@psf.upfronthosting.co.za>
In-reply-to
Content
stack_effect will never know about EXTENDED_ARG.  Instead, you simply pass the already-extended arg as the second argument. 

Making the second argument support a default of None will be slightly inconvenient, but I'll do it if you think it's a big improvement.

Considering how troublesome it was to recreate this information when I wrote my assembler, I definitely think this information should be exported out of the murky heart of Python.
History
Date User Action Args
2013-11-23 00:51:47larrysetrecipients: + larry, brett.cannon, ncoghlan, eric.snow
2013-11-23 00:51:47larrysetmessageid: <1385167907.5.0.586772441426.issue19722@psf.upfronthosting.co.za>
2013-11-23 00:51:47larrylinkissue19722 messages
2013-11-23 00:51:47larrycreate