Public extension type properties working from pxd
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 3 Aug 2008 02:16:28 +0000 (19:16 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 3 Aug 2008 02:16:28 +0000 (19:16 -0700)
commit459f11b4f50a1fa50a9589554d492dd8abbb2538
treeb06dd4b40d6b233832599eae47809a9385392a2f
parent25612694c2122dd741f7d31d4eedbaa2ea06d80b
Public extension type properties working from pxd

The issue was that pxd files don't get transformed yet.

--HG--
rename : tests/errors/e_extmember.pyx => tests/run/extmember.pyx
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
tests/errors/e_extmember.pyx [deleted file]
tests/run/extmember.pyx [new file with mode: 0644]