First stage of __getattribute__ special method support.
authorPeter Todd <pete@petertodd.org>
Fri, 2 May 2008 08:22:48 +0000 (04:22 -0400)
committerPeter Todd <pete@petertodd.org>
Fri, 2 May 2008 08:22:48 +0000 (04:22 -0400)
commitac2dac9e99568a7582b00d091afaffde7ed79681
tree64485b67ac1886ac1fe068c6f1f027139f7fcd4a
parent7c0cebd3be19fc461974f2a26e4e211ee932cc16
First stage of __getattribute__ special method support.

Works with test cases for a single class, have not dealt with subclass issues
yet.
Cython/Compiler/ModuleNode.py
Cython/Compiler/TypeSlots.py
tests/run/__getattribute__.pyx [new file with mode: 0644]