fix bug 633: make sure we own references to Python arguments passed into C functions
authorStefan Behnel <scoder@users.berlios.de>
Sun, 26 Dec 2010 21:34:22 +0000 (22:34 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 26 Dec 2010 21:34:22 +0000 (22:34 +0100)
commitcd9d2b2a3611f23f4c044c3e2a1f852583e078f7
tree0d8e1335eec995d6a443cd4f45d2a7de8ff5ff08
parente3c9a78686b7a7f0d36da8e6189b1e1fb4037c73
fix bug 633: make sure we own references to Python arguments passed into C functions
Cython/Compiler/ExprNodes.py
tests/run/owned_arg_refs.pyx [new file with mode: 0644]