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 eltoder, ncoghlan, rhettinger
Date 2011-04-10.02:08:58
SpamBayes Score 0.0010460137
Marked as misclassified No
Message-id <1302401338.75.0.509321579544.issue11816@psf.upfronthosting.co.za>
In-reply-to
Content
Inspecting the text disassembly is a bit fragile for testing.  It would be better to scan a list of (opcode, oparg) pairs for given pattern (i.e. (LOAD_CONST, 3) where consts[3] --> some target value).
History
Date User Action Args
2011-04-10 02:08:58rhettingersetrecipients: + rhettinger, ncoghlan, eltoder
2011-04-10 02:08:58rhettingersetmessageid: <1302401338.75.0.509321579544.issue11816@psf.upfronthosting.co.za>
2011-04-10 02:08:58rhettingerlinkissue11816 messages
2011-04-10 02:08:58rhettingercreate