fix ref-counting & cleanup and add testcase for function default argument values
authorLisandro Dalcin <dalcinl@gmail.com>
Mon, 23 Feb 2009 20:05:13 +0000 (18:05 -0200)
committerLisandro Dalcin <dalcinl@gmail.com>
Mon, 23 Feb 2009 20:05:13 +0000 (18:05 -0200)
commit3a17b1cd1d257112cd0132dc6dd374d3d7aef98b
tree9b3e0f9259a7c270f24aa3918fb2686291c46f97
parent95faf8afec92cc5afad4467d612e4e016b6e32fa
fix ref-counting & cleanup and add testcase for function default argument values
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
tests/run/argdefault.pyx [new file with mode: 0644]