You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
In Python 2.6 and possibly down to 2.3 we need to issue "return" not "return None" inside a generator. So check for that "return None" inside n_return and issue "return" for that.