Optimise calling float() also on unicode values by returning a C double directly.
(Probably not as optimal since it can lead to de-optimisation when we actually need a PyFloat result.)
Showing
Please register or sign in to comment
(Probably not as optimal since it can lead to de-optimisation when we actually need a PyFloat result.)