enable Python methods on C types through coercion to Python objects
authorStefan Behnel <scoder@users.berlios.de>
Thu, 3 Dec 2009 12:17:39 +0000 (13:17 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 3 Dec 2009 12:17:39 +0000 (13:17 +0100)
commitec3ee6808dea6f8ecc1bfb0f067cd238b73d6d5f
treed6fe49dd31f6b041aa58ecb7ed2c1edfa08f7824
parent7245498b16a98a4df598e726e5387fb19c05e6d4
enable Python methods on C types through coercion to Python objects
Cython/Compiler/ExprNodes.py