fix #683: allow overriding C-API mapped builtin functions with (auto-)cpdef functions
authorStefan Behnel <scoder@users.berlios.de>
Wed, 13 Apr 2011 19:25:03 +0000 (21:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 13 Apr 2011 19:25:03 +0000 (21:25 +0200)
commit368ddfc3a4c8ac95bc9aeb4cc2a2adfe1b45ee74
treea85cb58c9c1d1447f01c76ae379d161d43296e76
parent4e192e34ea7c9e5554206f8472075902453024e0
fix #683: allow overriding C-API mapped builtin functions with (auto-)cpdef functions
Cython/Compiler/ParseTreeTransforms.py
tests/run/auto_cpdef.py [new file with mode: 0644]