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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26881>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to