simple optimisation that statically maps keyword arguments to positional arguments...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 5 Feb 2013 20:38:23 +0000 (21:38 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 5 Feb 2013 20:38:23 +0000 (21:38 +0100)
commit27403cbf59ef48884af3cd2cc604a746830ae646
treeec2b475f046fed324459d6bb57a22233ff7e2af6
parentec25d3bc601c368c24eb23d217d39cb9c767a71c
simple optimisation that statically maps keyword arguments to positional arguments when called signature is known
Cython/Compiler/Optimize.py
Cython/Compiler/Pipeline.py
tests/run/simplify_calls.pyx [new file with mode: 0644]