fix #688: optimised builtin functions/methods return 0 instead of None
authorStefan Behnel <scoder@users.berlios.de>
Sun, 17 Apr 2011 08:04:00 +0000 (10:04 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 17 Apr 2011 08:04:00 +0000 (10:04 +0200)
commit1b8267da2d22df212c0bb6659ffbdfd4be5bf3e1
treeff3e5dd5e429b7c853057b21329dfc742ad8525b
parent374fd040d6faee56f4ee7bb76e1caec7435491f3
fix #688: optimised builtin functions/methods return 0 instead of None
Cython/Compiler/Builtin.py
Cython/Compiler/Optimize.py
Cython/Compiler/PyrexTypes.py
tests/run/builtin_methods_return_values.pyx [new file with mode: 0644]