in Python/ConnectDialer.py [0:0]
def decimaldefault(obj): if isinstance(obj, Decimal): return float(obj) raise TypeError