Fix optimised string formatting when '%d' argument is a float object. (GH-3589)
Floats do not support '{x:d}' formatting and need conversion to 'int' first. Closes https://github.com/cython/cython/issues/3092
Showing
Please register or sign in to comment