implement #470: non-dicts as **kwargs
authorStefan Behnel <scoder@users.berlios.de>
Thu, 14 Jan 2010 07:36:13 +0000 (08:36 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 14 Jan 2010 07:36:13 +0000 (08:36 +0100)
commit4a279e633ac3c2f1f3e1f8c19d16efd57b238d1c
tree92ed56ca9ff91d8f862809b6b735a9e6869ddc5c
parentf81c75f4ca8a7531afd2440da8a9dabf1207b762
implement #470: non-dicts as **kwargs
Cython/Compiler/ExprNodes.py
tests/run/non_dict_kwargs_T470.pyx [new file with mode: 0644]