You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
3 lines
85 B
Python
3 lines
85 B
Python
# Python 2.6 uses SETUP_LOOP while 2.7 doesn't
|
|
(e for s in (self, other) for e in s)
|