FROM_PY_FUNCTION: Cast to sdigit after unary minus, not before
The current cast isn't doing anything, because the unary minus implicitly upcasts to int again, resulting in warnings about potentially value altering conversions on 32 bit systems. Fixes issue #877.
Showing
Please register or sign in to comment