Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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).

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11816>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to