• Jeremy Hylton's avatar
    Fix for SF bug #117241 · 6b4ec513
    Jeremy Hylton authored
    When a method is called with no regular arguments and * args, defer
    the first arg is subclass check until after the * args have been
    expanded.
    
    N.B. The CALL_FUNCTION implementation is getting really hairy; should
    review it to see if it can be simplified.
    6b4ec513
test_extcall.py 2.94 KB