You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Instruction fixup broken 3.x make_func...
for handling default values
This commit is contained in:
@@ -7,3 +7,9 @@ def foo3(bar, baz=1, qux=2):
|
||||
return 3
|
||||
def foo4(bar, baz, qux=1, quux=2):
|
||||
return 4
|
||||
|
||||
# From 3.6 compileall.
|
||||
# Bug was in omitting default which when used in an "if"
|
||||
# are treated as False would be
|
||||
def _walk_dir(dir, ddir=None, maxlevels=10, quiet=0):
|
||||
return
|
||||
|
Reference in New Issue
Block a user