You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Python 2.6 tolerance
This commit is contained in:
@@ -1785,7 +1785,7 @@ if __name__ == '__main__':
|
||||
return fn.__code__
|
||||
|
||||
def test():
|
||||
{x for x in range(3) if x % 2 == 0}
|
||||
[x for x in range(3) if x % 2 == 0]
|
||||
|
||||
def gcd(a, b):
|
||||
if a > b:
|
||||
|
Reference in New Issue
Block a user