fix calling bool() and float() without arguments
authorStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 21:18:08 +0000 (23:18 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 21:18:08 +0000 (23:18 +0200)
commite1324fc19bca5a2a65ce506952506c575f1882cd
tree739ea645df7f19e7300392caaf147db0cd00215b
parent20d9cddc2edab59a54c056bb039571aa90c8476f
fix calling bool() and float() without arguments
Cython/Compiler/Optimize.py
tests/run/empty_builtin_constructors.pyx [new file with mode: 0644]