fix tweak: closure variables are not safe as function arguments; the last argument...
authorStefan Behnel <scoder@users.berlios.de>
Thu, 27 Jan 2011 20:07:52 +0000 (21:07 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 27 Jan 2011 20:07:52 +0000 (21:07 +0100)
commit1c157dc182fc3c6242c7680b29b47dbee8c0996b
tree6d00ac692b22e96579d0082bc8ff59c89edf46cf
parent6f8179ed7800657be580e71d52fc145a4795832a
fix tweak: closure variables are not safe as function arguments; the last argument is safe, too
Cython/Compiler/ExprNodes.py