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)
commitbba74d8105fb802ddc29ae01d3836578d8f1c6b2
treeff3e5dd5e429b7c853057b21329dfc742ad8525b
parent4efa79b6f64ad1228815a7de7c483c3f75ae1a59
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]