Get rid of unused __get__/__set__ warnings for cimported classes.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 6 Oct 2010 09:52:01 +0000 (02:52 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 6 Oct 2010 09:52:01 +0000 (02:52 -0700)
commit17111fa709ca24ac5aa639b3c85e86ac6b5d9c1a
tree7355fbc95ce8884f237bc5cee0dbf118f69606ca
parente0814f76a508d1f1da11eb70468a9bcc53633f6d
Get rid of unused __get__/__set__ warnings for cimported classes.
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py