[issue26448] dis.findlabels ignores EXTENDED_ARG

Eric Fahlgren report at bugs.python.org
Wed Mar 2 18:44:42 EST 2016


Eric Fahlgren added the comment:

Barun, take a look at the latest version of the testfindlabels.py, see what you think.  If it works for you, maybe move the test function into Lib/test/test_dis.py as part of the standard dis module tests.  Still need to look at the code that's being tested and find out what cases could cause problems and then augment the test to make sure it covers those.

----------
Added file: http://bugs.python.org/file42065/dis_with_code_scanner.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26448>
_______________________________________


More information about the Python-bugs-list mailing list