X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=tests%2Fcompile%2Fgencall.pyx;h=06030cbbe3980a3b96f8bbdab8a2a2906e4a662d;hb=f6762fad87f8d4ab0341281381b7d49c494fe6a2;hp=22818727895b813f23529e1f0460422c12024cbe;hpb=671e6a53a4621f5a684f45ed9e4436e74af9975e;p=cython.git diff --git a/tests/compile/gencall.pyx b/tests/compile/gencall.pyx index 22818727..06030cbb 100644 --- a/tests/compile/gencall.pyx +++ b/tests/compile/gencall.pyx @@ -8,4 +8,4 @@ def z(a, b, c): f(x = 42, **b) f(a, *b) f(a, x = 42, *b, **c) - +