• Jeremy Hylton's avatar
    Two fixes for extended call syntax: · 074c3e62
    Jeremy Hylton yazdı
    If a non-tuple sequence is passed as the *arg, convert it to a tuple
    before checking its length.
    If named keyword arguments are used in combination with **kwargs, make
    a copy of kwargs before inserting the new keys.
    074c3e62
test_extcall 706 Bytes