[issue26881] modulefinder should reuse the dis module

Serhiy Storchaka report at bugs.python.org
Wed May 4 03:43:50 EDT 2016


Serhiy Storchaka added the comment:

modulefinder in 2.7 should be compatible with Python 2.2 (see PEP 291). Thus we can't just add new function in dis and reuse it in modulefinder. We should duplicate this function in modulefinder.

I don't know if there is corresponding rule for 3.x. Should modulefinder keep compatibility with say 3.1?

----------
nosy: +jvr, theller
Added file: http://bugs.python.org/file42707/dis_unpack_args_2.patch

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


More information about the Python-bugs-list mailing list