3.6 decompilation problems

This commit is contained in:
rocky
2018-03-29 17:21:22 -04:00
parent dc3e6b31ca
commit 7d110f17bc
6 changed files with 11 additions and 3 deletions

View File

@@ -47,3 +47,7 @@ def __init__(self, cnf={}):
def Value(self, fn, typecode_or_type, *args, lock=True):
return fn(typecode_or_type, *args, lock=lock,
ctx=self.get_context())
# From 3.6.4 heapq.py
def merge(*iterables, key=None, reverse=False):
return