Create directive for fast __getattr__.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 13 Nov 2010 22:29:34 +0000 (14:29 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 13 Nov 2010 22:29:34 +0000 (14:29 -0800)
commit383b92844784298d6f83de8a2256dd6f37a3f0ca
tree8967755611bedee7f0561364d573ffc324790067
parentd591804e7041ce3d5ace61f8445c0147d94125aa
Create directive for fast __getattr__.

Until the dust settles, this is better than manually patching Sage's Cython.
Cython/Compiler/Code.py
Cython/Compiler/Nodes.py
Cython/Compiler/Options.py