optimise calls to int() and float() for casting purposes
authorStefan Behnel <scoder@users.berlios.de>
Thu, 29 Oct 2009 10:29:16 +0000 (11:29 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 29 Oct 2009 10:29:16 +0000 (11:29 +0100)
commit54cd7130cf4774a4e70d345b230a5d31866115a4
tree9abae75d530d5e7c8d8f7e642a379f47103d268b
parentb6b440e611cb72a20956c5e66cee3e5126b43c4b
optimise calls to int() and float() for casting purposes
Cython/Compiler/Optimize.py
tests/run/int_float_builtins_as_casts_T400.pyx [new file with mode: 0644]