implement #686: turn 'undeclared builtin' error into a visible warning, look up unkno...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 16 Apr 2011 05:56:15 +0000 (07:56 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 16 Apr 2011 05:56:15 +0000 (07:56 +0200)
commitdfa643cf961e192990eaa51f776641b31772e7c7
tree2b9acc840aa1c375f2376f3d52882dbeb8e8590d
parenta0a27779ebf0312a2e179d299d5d3732b1259a80
implement #686: turn 'undeclared builtin' error into a visible warning, look up unknown builtins at runtime when (and if) they are needed
Cython/Compiler/ExprNodes.py
Cython/Compiler/Symtab.py
tests/run/builtinnames.pyx