SIGN IN SIGN UP

bpo-30465: Fix C downcast warning on Windows in ast.c (#6593)

ast.c: fstring_fix_node_location() downcasts a pointer difference to
a C int. Replace int with Py_ssize_t to fix the compiler warning.
V
Victor Stinner committed
fb7e7992beec7f76cc2db77ab6ce1e86446bfccf
Parent: 5a49ca6
Committed by Łukasz Langa <lukasz@langa.pl> on 4/30/2018, 9:51:02 PM