Add indirection to closure variables
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 19 Jun 2008 23:52:46 +0000 (16:52 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 19 Jun 2008 23:52:46 +0000 (16:52 -0700)
commitaf6263020b4f0e7efb30ac66f6c8992b0a308fe9
tree52a3c4d5b7c58202cfd9e284e3e6fc4875af8733
parent4510e2ef51c3f216d90119ddb53e1a3353dc2aed
Add indirection to closure variables
Cython/Compiler/Code.py
Cython/Compiler/Naming.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/Symtab.py