PY-1268, PY-2005, a bunch of fixes to the broken logic of parameter mapper.

This commit is contained in:
Dmitry Cheryasov
2010-10-26 15:27:54 +03:00
parent c135c9e72f
commit d1853db2aa
11 changed files with 184 additions and 373 deletions

View File

@@ -0,0 +1,4 @@
def f(a, b, c):
pass
f(*(10, <arg_star>20), <arg_c>c=1)