reduce overhead in __pyx_PyFloat_AsDouble() when not compiling in CPython
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 3 Jul 2012 20:26:16 +0000 (22:26 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 3 Jul 2012 20:26:16 +0000 (22:26 +0200)
commitbb50f5be95e282f7769e42e8be765077becb5a8e
tree22dcc6424f695b47b4ce5af7d2fa3729fc67a1b5
parent9d71919ffcccdf95d5b0dc7589b8f06818c5ba03
reduce overhead in __pyx_PyFloat_AsDouble() when not compiling in CPython
Cython/Compiler/PyrexTypes.py