bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
Use Py_ssize_t type rather than int, to store lengths in unionobject.c. Fix the warning: Objects\unionobject.c(205,1): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
V
Victor Stinner committed
d73cf7ca85fb60b739e671597aabe72cc36d397a
Parent: 9fdb76c
Committed by GitHub <noreply@github.com>
on 9/26/2020, 10:48:41 AM