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 ncoghlan
Recipients eltoder, ncoghlan, rhettinger
Date 2011-04-10.13:58:45
SpamBayes Score 0.0032659858
Marked as misclassified No
Message-id <1302443928.16.0.127089113996.issue11816@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I forgot to edit my comment to match the OpInfo definition I used in the proof-of-concept:

OpInfo = collections.namedtuple("OpInfo",
            "opindex opcode opname oparg details starts_line is_jump_target")
History
Date User Action Args
2011-04-10 13:58:48ncoghlansetrecipients: + ncoghlan, rhettinger, eltoder
2011-04-10 13:58:48ncoghlansetmessageid: <1302443928.16.0.127089113996.issue11816@psf.upfronthosting.co.za>
2011-04-10 13:58:46ncoghlanlinkissue11816 messages
2011-04-10 13:58:46ncoghlancreate