summaryrefslogtreecommitdiff
path: root/Python/structmember.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-04-30 23:51:02 +0200
committerƁukasz Langa <lukasz@langa.pl>2018-04-30 14:51:02 -0700
commitfb7e7992beec7f76cc2db77ab6ce1e86446bfccf (patch)
tree60f7280ffa657033d2e488e41512287ddc00c072 /Python/structmember.c
parent5a49ca61d2f00941c304b2390af8a927bf1c4a77 (diff)
downloadcpython-git-fb7e7992beec7f76cc2db77ab6ce1e86446bfccf.tar.gz
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.
Diffstat (limited to 'Python/structmember.c')
0 files changed, 0 insertions, 0 deletions