__getattr(ibute)__ special methods now work with subclasses.
authorPeter Todd <pete@petertodd.org>
Mon, 5 May 2008 03:28:40 +0000 (23:28 -0400)
committerPeter Todd <pete@petertodd.org>
Mon, 5 May 2008 03:28:40 +0000 (23:28 -0400)
commit6b56ec7391dba17f9b8fd02d0b94f4f753e30893
treee4567e54d0e67e2ed0ab3492cc5fb71e380765af
parentac2dac9e99568a7582b00d091afaffde7ed79681
__getattr(ibute)__ special methods now work with subclasses.
Cython/Compiler/ModuleNode.py
tests/run/__getattribute_subclasses__.pyx [new file with mode: 0644]